Skip to content

Commit 8b33eef

Browse files
committed
Add project name for test runs
1 parent 095161c commit 8b33eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ run:
1919
docker-compose -f ./testing/docker-compose/docker-compose.testing-default.yml up -d
2020

2121
testing-%:
22-
docker-compose -f ./testing/docker-compose/docker-compose.$@.yml up --build --abort-on-container-exit --exit-code-from=sut
23-
docker-compose -f ./testing/docker-compose/docker-compose.$@.yml down
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
2424

2525
run-tests: testing-default testing-one-host testing-different-apache-port
2626

0 commit comments

Comments
 (0)