@@ -2512,11 +2512,11 @@ (begin (if (not (launch:setup)) (begin (debug:print 0 *default-log-port* "Failed to setup, exiting") (exit 1))) - (rmt:find-and-mark-incomplete #f) + (runs:find-and-mark-incomplete-and-check-end-of-run #f) (set! *didsomething* #t))) ;;====================================================================== ;; Update the tests meta data from the testconfig files ;;======================================================================