From 2cd32319fc5a475a812e3d68e5fef0d3bea6e54b Mon Sep 17 00:00:00 2001 From: Nikolay Puzanov Date: Tue, 12 Jul 2022 18:39:59 +0300 Subject: [PATCH] Change log file name from test-log.txt to log.txt --- utest.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest.scm b/utest.scm index 50cc0c8..f8da1a8 100755 --- a/utest.scm +++ b/utest.scm @@ -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