Skip to content

Commit

Permalink
added all tests back to check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Mar 26, 2024
1 parent 3dd8b90 commit d7db0c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ runcheck () {

runcheck test/test01.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 "$@"
#if $all; then
# runcheck test/test08.php "$@"
#fi
runcheck test/test03.php "$@"
runcheck test/test04.php "$@"
runcheck test/test05.php "$@"
runcheck test/test06.php "$@"
runcheck test/test07.php "$@"
if $all; then
runcheck test/test08.php "$@"
fi

exit $a

0 comments on commit d7db0c8

Please sign in to comment.