@@ -1781,11 +1781,13 @@ (exit 3)) (else (let (;; (db #f) (keys #f)) (if (launch:setup-for-run) - (launch:cache-config) + (begin + (full-runconfigs-read) ;; cache the run config + (launch:cache-config)) ;; do not cache here - need to be sure runconfigs is processed (begin (debug:print 0 "Failed to setup, exiting") (exit 1))) (set! keys (keys:config-get-fields *configdat*)) ;; have enough to process -target or -reqtarg here