Index: genexample.scm ================================================================== --- genexample.scm +++ genexample.scm @@ -424,11 +424,11 @@ (create-directory (conc dest-path "/" rdbname "/sxml") #t) (with-output-to-file (conc dest-path "/" rdbname "/sheet-names.cfg") (lambda ()(print)))))) '("stepsinfo" "miscinfo")) - (let* ((runs (rmt:simple-get-runs (or runname "%") #f #f (or target "%"))) + (let* ((runs (rmt:simple-get-runs (or runname "%") #f #f (or target "%") 0)) (tests (make-hash-table)) ;; just tests (fullt (make-hash-table)) ;; all test/items (testreg (make-hash-table)) ;; for the testconfigs (stepsrdb (conc dest-path "/stepsinfo")) (miscrdb (conc dest-path "/miscinfo")))