aboutsummaryrefslogtreecommitdiff
path: root/testrunner.scm
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.scm')
-rwxr-xr-xtestrunner.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 2f6ca943..3b73ea0d 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -47,7 +47,8 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
;; All definitions are ignored, since they quite often are missed
;; (and don't really "run")
"\\(define(-(\\w|-)+[*]?)?\\s"
- "read-hash-extend"))
+ "read-hash-extend"
+ "; NOCOV[^\"]*$"))