From 00c4069640b642580603ee8c7a06d66e4a432ce1 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 16 Sep 2017 09:58:59 -0500 Subject: [PATCH] zealot.factor: Disable long unit tests. --- extra/zealot/factor/factor.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/zealot/factor/factor.factor b/extra/zealot/factor/factor.factor index 73f4d4118a..8180d682ad 100644 --- a/extra/zealot/factor/factor.factor +++ b/extra/zealot/factor/factor.factor @@ -54,6 +54,7 @@ M: windows factor-path "./factor.com" ; : with-child-options ( quot -- ) f parser-quiet? set-global f restartable-tests? set-global + f long-unit-tests-enabled? set-global call ; inline : zealot-load-and-save ( vocabs path -- )