Megatest

Diff
Login

Differences From Artifact [3c2150da95]:

To Artifact [cbc2bba983]:


122
123
124
125
126
127
128
129
130
131
132
133





134
135
136
137
138
139
140
122
123
124
125
126
127
128





129
130
131
132
133
134
135
136
137
138
139
140







-
-
-
-
-
+
+
+
+
+








(define *didsomething* #f)

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

(define *verbosity* (cond
		     ((args:get-arg "-debug")(string->number (args:get-arg "-debug")))
		     ((args:get-arg "-v")    2)
		     ((args:get-arg "-q")    0)
		     (else                   1)))
(set! *verbosity* (cond
		   ((args:get-arg "-debug")(string->number (args:get-arg "-debug")))
		   ((args:get-arg "-v")    2)
		   ((args:get-arg "-q")    0)
		   (else                   1)))

;;======================================================================
;; Remove old run(s)
;;======================================================================

;; since several actions can be specified on the command line the removal
;; is done first