From 8fcc65cace6301f76e4c8b3663933161bd4d510f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 19 Mar 2026 22:18:25 +0900 Subject: [PATCH] build-aux: Fix typo in doc of test-driver.scm. * build-aux/test-driver.scm (test-runner-gnu): Fix typo in doc. Change-Id: I07c39ec79ce13b7c0fd5971ba90bb5106f92318e --- build-aux/test-driver.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/test-driver.scm b/build-aux/test-driver.scm index 612529db35..25b4613bbc 100755 --- a/build-aux/test-driver.scm +++ b/build-aux/test-driver.scm @@ -105,7 +105,7 @@ case is shown.\n")) (out-port (current-output-port)) (trs-port (%make-void-port "w")) select exclude) - "Return an custom SRFI-64 test runner. TEST-NAME is a string specifying the + "Return a custom SRFI-64 test runner. TEST-NAME is a string specifying the file name of the current the test. COLOR? specifies whether to use colors. When BRIEF? is true, the individual test cases results are masked and only the summary is shown. ERRORS-ONLY? reduces the amount of test case metadata