Fix nightly running of TR tests.
This commit is contained in:
parent
0714c7222c
commit
36ae5a9d50
|
@ -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