@@ -302,11 +302,11 @@ (print "# ITEMVAR1 a b c") (print "# ITEMVAR2 d e f") (print "#\n# would result in items: a/d b/e c/f\n#\n") (print "# Logpro rules for each step can be captured here in the testconfig") (print "# note: The ;; after the stepname and the leading whitespace are required") - (print "#") + (print "#\n[logpro]\n") (for-each (lambda (step) (let ((stepname (car step)) (scriptname (cadr step))) (print stepname " ;; rules for checking output from running step " step " with command " scriptname) (print genexample:example-logpro "\n")))