Change log file name from test-log.txt to log.txt

This commit is contained in:
Nikolay Puzanov 2022-07-12 18:39:59 +03:00
parent 8e2514e895
commit 2cd32319fc

View File

@ -708,7 +708,7 @@
(not (eq? pass #t))))
;; 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)))
;; Delete work dir if test pass and no need to keep directory