mirror of
https://github.com/janet-lang/janet
synced 2026-09-21 00:28:47 +00:00
Remove exit in favor of os-exit.
This commit is contained in:
+1
-2
@@ -19,5 +19,4 @@
|
||||
(defn end-suite []
|
||||
(print "\nTest suite " suite-num " finished.")
|
||||
(print num-tests-passed " of " num-tests-run " tests passed.\n")
|
||||
(if (not= num-tests-passed num-tests-run) (exit 1)))
|
||||
|
||||
(if (not= num-tests-passed num-tests-run) (os-exit 1)))
|
||||
|
||||
Reference in New Issue
Block a user