More TR test failures more easily detectable.
This commit is contained in:
parent
708ca63c34
commit
8bcb7f2636
|
@ -39,4 +39,5 @@
|
|||
(if (missed-opt?) (list missed-optimization-tests) '())
|
||||
(if (bench?) (list (compile-benchmarks)) '())))])])
|
||||
(unless (= 0 ((exec) to-run))
|
||||
(eprintf "Typed Racket Tests did not pass.\n"))))
|
||||
(eprintf "Typed Racket Tests did not pass.\n")
|
||||
(exit 1))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user