Skip to content

Commit a36894a

Browse files
committed
Allow specifying subset of tests to execute
1 parent 785b208 commit a36894a

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
@@ -12,7 +12,7 @@ case "$1" in
1212
./configure
1313
;;
1414
"test")
15-
make test
15+
TESTS="$2" make test
1616
;;
1717
*)
1818
echo "Unknown command"

0 commit comments

Comments
 (0)