Skip to content

Commit

Permalink
added test08 to the check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Mar 27, 2024
1 parent 6765fb1 commit e260505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e260505

Please sign in to comment.