diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-19 22:18:25 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-19 23:40:12 +0900 |
| commit | 8fcc65cace6301f76e4c8b3663933161bd4d510f (patch) | |
| tree | 8e5c82ffaad1c312fce05a5912264cb4ab9a18fe /build-aux | |
| parent | c274b5c2b2b42cb10053973b1091fb7e431e81eb (diff) | |
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
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/test-driver.scm | 2 |
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 |
| 109 | file name of the current the test. COLOR? specifies whether to use colors. | 109 | file name of the current the test. COLOR? specifies whether to use colors. |
| 110 | When BRIEF? is true, the individual test cases results are masked and only the | 110 | When BRIEF? is true, the individual test cases results are masked and only the |
| 111 | summary is shown. ERRORS-ONLY? reduces the amount of test case metadata | 111 | summary is shown. ERRORS-ONLY? reduces the amount of test case metadata |
