Don't always run forbble tests.
This commit is contained in:
parent
6dcec5a8c5
commit
8b10cb6a46
|
@ -186,7 +186,6 @@
|
||||||
(def esc (ch 27))
|
(def esc (ch 27))
|
||||||
(def reset (cat esc "[0m"))
|
(def reset (cat esc "[0m"))
|
||||||
(def fprompt (cat esc "[33;1mplf:> " reset))
|
(def fprompt (cat esc "[33;1mplf:> " reset))
|
||||||
(plf-tests)
|
|
||||||
|
|
||||||
(def original-prompt prompt)
|
(def original-prompt prompt)
|
||||||
(def original-preprocess preprocess)
|
(def original-preprocess preprocess)
|
||||||
|
@ -209,5 +208,3 @@
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(plf-repl)
|
(plf-repl)
|
||||||
|
|
||||||
"forbble loaded"
|
|
||||||
|
|
Loading…
Reference in New Issue