We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2405063 commit 9fca4e0Copy full SHA for 9fca4e0
1 file changed
Makefile
@@ -22,7 +22,7 @@ testing-%:
22
docker compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml up --build --abort-on-container-exit --exit-code-from=sut
23
docker compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml down
24
25
-run-tests: testing-default testing-one-host testing-one-socket-host testing-config-mount-dir testing-fs-import-export testing-different-apache-port run-as-www-data
+run-tests: testing-default testing-one-host testing-one-socket-host testing-config-mount-dir testing-fs-import-export testing-different-apache-port testing-run-as-www-data
26
27
logs:
28
docker compose -f ./testing/docker-compose/docker-compose.testing-default.yml logs
0 commit comments