@@ -434,10 +434,12 @@ (if (args:get-arg "-itempatt") (let ((newval (conc (args:get-arg "-testpatt") "/" (args:get-arg "-itempatt")))) (debug:print 0 "WARNING: -itempatt has been deprecated, please use -testpatt testpatt/itempatt method, new testpatt is "newval) (hash-table-set! args:arg-hash "-testpatt" newval) (hash-table-delete! args:arg-hash "-itempatt"))) + + (on-exit std-exit-procedure) ;;====================================================================== ;; Misc general calls @@ -1187,11 +1189,11 @@ ;; runname ;; (args:get-arg "-runtests") ;; #f)))) (runs:run-tests target runname - (args:get-arg "-runtests") + (common:args-get-testpatt) ;; (args:get-arg "-runtests") user args:arg-hash)))) ;;====================================================================== ;; Rollup into a run