Megatest

Diff
Login

Differences From Artifact [396f3db966]:

To Artifact [55e970d9c0]:


210
211
212
213
214
215
216
217
218

219
220
221
222
223
224
225
210
211
212
213
214
215
216


217
218
219
220
221
222
223
224







-
-
+








(define *didsomething* #f)

;;======================================================================
;; Misc setup stuff
;;======================================================================

(set! *verbosity* (debug:calc-verbosity (args:get-arg "-debug")))
(debug:check-verbosity *verbosity* (args:get-arg "-debug"))
(debug:setup)

(if (args:get-arg "-logging")(set! *logging* #t))

(if (debug:debug-mode 3) ;; we are obviously debugging
    (set! open-run-close open-run-close-no-exception-handling))

;; a,b,c % => a/%,b/%,c/%