zealot.factor: Disable long unit tests.
parent
953ddc566f
commit
00c4069640
|
@ -54,6 +54,7 @@ M: windows factor-path "./factor.com" ;
|
||||||
: with-child-options ( quot -- )
|
: with-child-options ( quot -- )
|
||||||
f parser-quiet? set-global
|
f parser-quiet? set-global
|
||||||
f restartable-tests? set-global
|
f restartable-tests? set-global
|
||||||
|
f long-unit-tests-enabled? set-global
|
||||||
call ; inline
|
call ; inline
|
||||||
|
|
||||||
: zealot-load-and-save ( vocabs path -- )
|
: zealot-load-and-save ( vocabs path -- )
|
||||||
|
|
Loading…
Reference in New Issue