Fix nightly running of TR tests.

original commit: 36ae5a9d50883395e521ead9abdcfe0321bf7943
This commit is contained in:
Vincent St-Amour 2011-01-27 16:45:07 -05:00
parent b13ebb0924
commit 6a0aa26fde

View File

@ -4,4 +4,5 @@
(define-runtime-path run "run.ss")
(if (eq? 'cgc (system-type 'gc))
(printf "Running under CGC => skipping tests\n")
(dynamic-require run #f))
(parameterize ([current-command-line-arguments '#("--nightly")])
(dynamic-require run #f)))