Fix nightly running of TR tests.
original commit: 36ae5a9d50883395e521ead9abdcfe0321bf7943
This commit is contained in:
parent
b13ebb0924
commit
6a0aa26fde
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user