Fix the Makefile run-tests target

This commit is contained in:
William Desportes
2025-01-14 21:53:49 +01:00
parent 240506356c
commit 9fca4e0022
+1 -1
View File
@@ -22,7 +22,7 @@ testing-%:
docker compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml up --build --abort-on-container-exit --exit-code-from=sut
docker compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml down
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
logs:
docker compose -f ./testing/docker-compose/docker-compose.testing-default.yml logs