29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
(use posix regex matchable)
(import (prefix mtargs args:)
commonmod
configfmod
rmtmod
debugprint)
(include "db_records.scm")
(define genexample:example-logpro
#<<EOF
;; You should have at least one expect:required. This ensures that your process ran
;; comment out the line below and replace "put pattern here" with a pattern that will
;; always be seen in your log file if the step runs successfully.
;;
|
|
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
(use posix regex matchable)
(import (prefix mtargs args:)
commonmod
configfmod
rmtmod
debugprint)
;; (include "db_records.scm")
(define genexample:example-logpro
#<<EOF
;; You should have at least one expect:required. This ensures that your process ran
;; comment out the line below and replace "put pattern here" with a pattern that will
;; always be seen in your log file if the step runs successfully.
;;
|