Megatest

Diff
Login

Differences From Artifact [5874d3df51]:

To Artifact [87c3dc36b9]:


358
359
360
361
362
363
364

365


366
367
368
369
370
371
372
358
359
360
361
362
363
364
365

366
367
368
369
370
371
372
373
374







+
-
+
+








(define (assoc/default key lst . default)
  (let ((res (assoc key lst)))
    (if res (cadr res)(if (null? default) #f (car default)))))

(define (common:get-testsuite-name)
  (or (configf:lookup *configdat* "setup" "testsuite" )
      (if *toppath* 
      (pathname-file *toppath*)))
          (pathname-file *toppath*)
          (pathname-file (current-directory)))))

;;======================================================================
;; E X I T   H A N D L I N G
;;======================================================================

(define (common:legacy-sync-recommended)
  (or (args:get-arg "-runtests")