From 6765fb1355a3ab549c8977b84dbe6148c8e07be2 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Wed, 27 Mar 2024 08:45:25 -0700 Subject: [PATCH] added test07 to the check.sh --- test/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check.sh b/test/check.sh index ac97b0671..8a2d383b2 100755 --- a/test/check.sh +++ b/test/check.sh @@ -18,7 +18,7 @@ runcheck test/test03.php "$@" runcheck test/test04.php "$@" runcheck test/test05.php "$@" runcheck test/test06.php "$@" -#runcheck test/test07.php "$@" +runcheck test/test07.php "$@" #if $all; then # runcheck test/test08.php "$@" #fi