Changes logging to use write instead of display
This commit is contained in:
parent
3c2e2fc362
commit
11900c6c4f
|
@ -41,7 +41,7 @@
|
|||
["--log"
|
||||
p
|
||||
"Log generated tests to path p"
|
||||
(log-test (curryr pretty-display (open-output-file p #:exists 'truncate)))]
|
||||
(log-test (curryr pretty-write (open-output-file p #:exists 'truncate)))]
|
||||
["--repetitions"
|
||||
n
|
||||
"Repeats the command n times"
|
||||
|
|
Loading…
Reference in New Issue
Block a user