Index: genexample.scm ================================================================== --- genexample.scm +++ genexample.scm @@ -487,11 +487,11 @@ (val (cadr entry))) (case (string->symbol key) ((waiton) (print "waiton " (obfuscate val))) (else (print key " " val))))) (configf:get-section testconfig "requirements"))) - (print "WARNING: No testconfig data for " testname ", " item-path)) + #;(print "WARNING: No testconfig data for " testname ", " item-path)) (print "\n[items]") (print "THE_ITEM [refdb getrow #{getenv MT_RUN_AREA_HOME}/miscinfo itemsinfo " (obfuscate testname)" | awk '{print $1}']") )))