aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-14 19:40:13 -0500
committerGravatar Peter McGoron 2025-02-14 19:40:13 -0500
commitec4ac3f37b933532345afd7df5bcffc761287968 (patch)
tree496d07a6a51b0fe8250d2f634fd3fdf4700a498d /tests
parentmove files to fit the library search of implementations like chibi and cyclone (diff)
update to new test runner
Diffstat (limited to 'tests')
-rw-r--r--tests/run.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm
index 03248f5..25cbc4c 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -47,7 +47,7 @@
(test-runner-factory mcgoron-test-factory)
(test-runner-current (test-runner-create))
-(set-verbosity! 'fails)
+(set-verbosity! '(fails))
;;; ;;;;;;;;;;;;;;;;;;;
;;; Random in-order vector generator