Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -369,11 +369,11 @@ (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) +;; (on-exit std-exit-procedure) ;;====================================================================== ;; Misc general calls ;;======================================================================