Skip to content

Commit 785b208

Browse files
committed
Add test command
1 parent 3641bb5 commit 785b208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/php-src-devtools-entrypoint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ case "$1" in
1111
"configure")
1212
./configure
1313
;;
14+
"test")
15+
make test
16+
;;
1417
*)
1518
echo "Unknown command"
1619
exit 2

0 commit comments

Comments
 (0)