1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Maxim Cournoyer
2026-03-19 22:18:25 +09:00
parent c274b5c2b2
commit 8fcc65cace

View File

@@ -105,7 +105,7 @@ case is shown.\n"))
(out-port (current-output-port)) (out-port (current-output-port))
(trs-port (%make-void-port "w")) (trs-port (%make-void-port "w"))
select exclude) 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. 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 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 summary is shown. ERRORS-ONLY? reduces the amount of test case metadata