From aaf1032df0f76fe12c223e7f10a3f52f9e9cd762 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 23 May 2011 13:51:39 -0400 Subject: [PATCH] Don't run TR integration tests during nightly builds. original commit: 7b0f64de7278e5fb932d32ff5fc9661af72cf00b --- collects/tests/typed-scheme/run.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/typed-scheme/run.rkt b/collects/tests/typed-scheme/run.rkt index 9c2ac9be..bd532029 100644 --- a/collects/tests/typed-scheme/run.rkt +++ b/collects/tests/typed-scheme/run.rkt @@ -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?)