Don't abort typed racket's tests if the main tests fail.

original commit: 8563f02ba82edd822f0e6a6b39ff915d5708587a
This commit is contained in:
Vincent St-Amour 2010-07-16 19:01:28 -04:00
parent 40d4840ae1
commit 8f088b820b

View File

@ -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))