aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestrunner.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 063a281a..7ae577f7 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -287,7 +287,7 @@ Flags:
(define test-files
(cond ((option-ref options 'suite #f)
=> (lambda (suite)
- (glob (path-append suite "*"))))
+ (glob (path-append suite "*.scm"))))
((option-ref options 'file #f) => list)
(else (glob "tests/unit/**/*.scm"))))