Change log file name from test-log.txt to log.txt
This commit is contained in:
parent
8e2514e895
commit
2cd32319fc
@ -708,7 +708,7 @@
|
|||||||
(not (eq? pass #t))))
|
(not (eq? pass #t))))
|
||||||
|
|
||||||
;; Save log
|
;; Save log
|
||||||
(with-output-to-file (format "~a/test-log.txt" work)
|
(with-output-to-file (format "~a/log.txt" work)
|
||||||
(lambda () (print-log log #:colorize #f #:verbose #t)))
|
(lambda () (print-log log #:colorize #f #:verbose #t)))
|
||||||
|
|
||||||
;; Delete work dir if test pass and no need to keep directory
|
;; Delete work dir if test pass and no need to keep directory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user