Skip to content

Commit 5696501

Browse files
committed
Fix incorrect argument being passed for tests
1 parent a04605c commit 5696501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php-src-devtools-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case "$1" in
4141
doConfigure
4242
;;
4343
"test")
44-
doTest "$1"
44+
doTest "$2"
4545
;;
4646
"run-cli")
4747
doRunCli "${@:2}"

0 commit comments

Comments
 (0)