From 7183b96be8f2197caaf77519ce4dc1f81196c24a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 1 Mar 2016 13:52:48 -0800 Subject: [PATCH] Suppress output about passing tests. --- tests/check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check.scm b/tests/check.scm index 29118268d..90ebb69c8 100644 --- a/tests/check.scm +++ b/tests/check.scm @@ -73,7 +73,7 @@ USA. (values entry #!default)) (with-notification (lambda (output-port) - (write-string "Run tests " output-port) + (write-string "Running tests in " output-port) (write pathname output-port) (if (not (default-object? environment)) (begin -- 2.25.1