Skip to content

Commit

Permalink
Fix the Makefile run-tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 14, 2025
1 parent 2405063 commit 9fca4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fca4e0

Please sign in to comment.