From ca7f70b05b5ecae791cf7a8815d0e50c2068b880 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 26 Mar 2024 15:25:10 -0700 Subject: [PATCH] removed all tests to reduce noise and check each one --- test/check.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/check.sh b/test/check.sh index cb454632b..74c1b2d47 100755 --- a/test/check.sh +++ b/test/check.sh @@ -13,12 +13,12 @@ runcheck () { } #runcheck test/test01.php "$@" -runcheck test/test02.php "$@" -runcheck test/test03.php "$@" -runcheck test/test04.php "$@" +#runcheck test/test02.php "$@" +#runcheck test/test03.php "$@" +#runcheck test/test04.php "$@" #runcheck test/test05.php "$@" -runcheck test/test06.php "$@" -runcheck test/test07.php "$@" +#runcheck test/test06.php "$@" +#runcheck test/test07.php "$@" #if $all; then # runcheck test/test08.php "$@" #fi