From e2605050fc39d2e83934a3d6c8e0ba79e199bc8a Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Wed, 27 Mar 2024 08:49:41 -0700 Subject: [PATCH] added test08 to the check.sh --- test/check.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/check.sh b/test/check.sh index 8a2d383b2..1711a3fa2 100755 --- a/test/check.sh +++ b/test/check.sh @@ -19,8 +19,8 @@ runcheck test/test04.php "$@" runcheck test/test05.php "$@" runcheck test/test06.php "$@" runcheck test/test07.php "$@" -#if $all; then -# runcheck test/test08.php "$@" -#fi +if $all; then + runcheck test/test08.php "$@" +fi exit $a