Don't abort typed racket's tests if the main tests fail.
original commit: 8563f02ba82edd822f0e6a6b39ff915d5708587a
This commit is contained in:
parent
40d4840ae1
commit
8f088b820b
|
@ -27,7 +27,7 @@
|
|||
(cond [(and (nightly?) (eq? 'cgc (system-type 'gc)))
|
||||
(printf "Skipping Typed Racket tests.\n")]
|
||||
[(unless (= 0 ((exec) (the-tests)))
|
||||
(error "Typed Racket Tests did not pass."))
|
||||
(eprintf "Typed Racket Tests did not pass."))
|
||||
(when (opt?)
|
||||
(parameterize ([current-command-line-arguments #()])
|
||||
(dynamic-require '(file "optimizer/run.rkt") #f))
|
||||
|
|
Loading…
Reference in New Issue
Block a user