Use the new #:keep-going? option for TR random testing.
original commit: 7f90ace5468c612cce1b0cdc57554bb7d945c0f4
This commit is contained in:
parent
99f901da81
commit
6225cc1301
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user