aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migrations/run-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/run-tests.scm')
-rw-r--r--tests/migrations/run-tests.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/migrations/run-tests.scm b/tests/migrations/run-tests.scm
index 069af5b47..b4ad260bb 100644
--- a/tests/migrations/run-tests.scm
+++ b/tests/migrations/run-tests.scm
@@ -22,5 +22,4 @@
(> (length tests) 1))
run-tests-parallel
run-tests-sequential)))
- (runner (test::scm "setup.scm" "setup.scm")
- (map (lambda (t) (test::scm t t)) tests)))
+ (runner (map (lambda (t) (test::scm #f t t)) tests)))