From: Chris Hanson Date: Tue, 1 Mar 2016 21:52:48 +0000 (-0800) Subject: Suppress output about passing tests. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~78 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7183b96be8f2197caaf77519ce4dc1f81196c24a;p=mit-scheme.git Suppress output about passing tests. --- 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