aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-27 17:23:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:25 +0100
commitd9c7757cf1f01f414a9970098d1808e550015641 (patch)
treec3c899aff83f8af1da6b6944c2f5dab3cc1f534c
parentMove coverage supplement for datetime into source file. (diff)
downloadcalp-d9c7757cf1f01f414a9970098d1808e550015641.tar.gz
calp-d9c7757cf1f01f414a9970098d1808e550015641.tar.xz
Fix "define*" not being excempted.
-rwxr-xr-xtestrunner.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 3b73ea0d..fbab2585 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -46,7 +46,7 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
(list
;; All definitions are ignored, since they quite often are missed
;; (and don't really "run")
- "\\(define(-(\\w|-)+[*]?)?\\s"
+ "\\(define(-(\\w|-)+)?[*]?\\s"
"read-hash-extend"
"; NOCOV[^\"]*$"))