Megatest

Diff
Login

Differences From Artifact [86d6f690da]:

To Artifact [eed44e505f]:


606
607
608
609
610
611
612
613


614
615
616
617
618
619
620
606
607
608
609
610
611
612

613
614
615
616
617
618
619
620
621







-
+
+







		   (exit 1))))
	   homehost-required))))

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

(debug:setup)
(debug:setup (or (args:get-arg "-debug")
		 (getenv "MT_DEBUG_MODE")))

(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))

(if (args:get-arg "-itempatt")