More TR test failures more easily detectable.

original commit: 8bcb7f26362857fad84b9dec9cf30707520d97d2
This commit is contained in:
Vincent St-Amour 2011-08-09 16:32:37 -04:00
parent 8d95d8065c
commit 024e04015c

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