Explicitly flush output after printing random testing seed.
This commit is contained in:
parent
27053884d8
commit
056a6044e5
|
@ -259,6 +259,7 @@
|
||||||
|
|
||||||
(random-seed seed)
|
(random-seed seed)
|
||||||
(printf "seed: ~s~n" seed)
|
(printf "seed: ~s~n" seed)
|
||||||
|
(flush-output) ; DrDr doesn't print the above if the testing segfaults.
|
||||||
|
|
||||||
(call-with-limits
|
(call-with-limits
|
||||||
#f 1000
|
#f 1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user