summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/test-driver.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/test-driver.scm b/build-aux/test-driver.scm
index 612529db35d..25b4613bbc9 100755
--- a/build-aux/test-driver.scm
+++ b/build-aux/test-driver.scm
@@ -105,7 +105,7 @@ case is shown.\n"))
105 (out-port (current-output-port)) 105 (out-port (current-output-port))
106 (trs-port (%make-void-port "w")) 106 (trs-port (%make-void-port "w"))
107 select exclude) 107 select exclude)
108 "Return an custom SRFI-64 test runner. TEST-NAME is a string specifying the 108 "Return a custom SRFI-64 test runner. TEST-NAME is a string specifying the
109file name of the current the test. COLOR? specifies whether to use colors. 109file name of the current the test. COLOR? specifies whether to use colors.
110When BRIEF? is true, the individual test cases results are masked and only the 110When BRIEF? is true, the individual test cases results are masked and only the
111summary is shown. ERRORS-ONLY? reduces the amount of test case metadata 111summary is shown. ERRORS-ONLY? reduces the amount of test case metadata