Changes logging to use write instead of display

This commit is contained in:
Casey Klein 2011-01-09 06:06:46 -06:00
parent 3c2e2fc362
commit 11900c6c4f

View File

@ -41,7 +41,7 @@
["--log" ["--log"
p p
"Log generated tests to path 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" ["--repetitions"
n n
"Repeats the command n times" "Repeats the command n times"