diff --git a/Makefile b/Makefile index 0c28a3b7..8d6db882 100644 --- a/Makefile +++ b/Makefile @@ -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