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