Use the new #:keep-going? option for TR random testing.

original commit: 7f90ace5468c612cce1b0cdc57554bb7d945c0f4
This commit is contained in:
Vincent St-Amour 2013-11-01 13:56:49 -04:00
parent 99f901da81
commit 6225cc1301

View File

@ -270,6 +270,7 @@
(lambda ()
(redex-check tr-arith E (check-all-reals (term E))
#:attempts n-attempts
#:prepare exp->real-exp)))
#:prepare exp->real-exp
#:keep-going? #t)))
(printf "bad tests (usually typechecking failed): ~v~n" num-exceptions)