Megatest

Diff
Login

Differences From Artifact [5c2117b3b6]:

To Artifact [323313750f]:


319
320
321
322
323
324
325

326

327
328
329
330
331
332
333
319
320
321
322
323
324
325
326

327
328
329
330
331
332
333
334







+
-
+







	    (exit) ;; must do, would have to add checks to many/all calls below
	    )
	  (exit)))
    ;; if not list or kill then start a client (if appropriate)
    (if (or (args-defined? "-h" "-version" "-gen-megatest-area" "-gen-megatest-test")
	    (eq? (length (hash-table-keys args:arg-hash)) 0))
	(debug:print-info 1 "Server connection not needed")

	(server:client-launch do-ping: #t)))
	(server:client-launch)))

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

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