Don't run TR integration tests during nightly builds.

original commit: 7b0f64de7278e5fb932d32ff5fc9661af72cf00b
This commit is contained in:
Vincent St-Amour 2011-05-23 13:51:39 -04:00
parent 7e441e8e31
commit aaf1032df0

View File

@ -18,7 +18,7 @@
["--opt" "run the optimization tests" (opt? #t)]
["--benchmarks" "compile the typed benchmarks" (bench? #t)]
["--just" path "run only this test" (single (just-one path))]
["--nightly" "for the nightly builds" (begin (nightly? #t) (unit? #t) (int? #t) (opt? #t))]
["--nightly" "for the nightly builds" (begin (nightly? #t) (unit? #t) (opt? #t))]
["--all" "run all tests" (begin (unit? #t) (int? #t) (opt? #t) (bench? #t))]
["--gui" "run using the gui"
(if (gui-available?)