Skip to content

Commit

Permalink
removed all tests to reduce noise and check each one
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Mar 26, 2024
1 parent 37c1645 commit ca7f70b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca7f70b

Please sign in to comment.