More TR test failures more easily detectable.

This commit is contained in:
Vincent St-Amour 2011-08-09 16:32:37 -04:00
parent 708ca63c34
commit 8bcb7f2636

View File

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