Artifact 22f12ee837d77ff83866a7137e5467667fdff88e
- File
tests/simplerun/tests/test1/step1.logpro
- 2012-04-25 03:59:15 - part of checkin [a7ab704e37] on branch trunk - Added another raw test to to simpletest (user: matt) [annotate]
- File
tests/simplerun/tests/test1/step2.logpro
- 2012-04-25 03:59:15 - part of checkin [a7ab704e37] on branch trunk - Added another raw test to to simpletest (user: matt) [annotate]
- File
tests/simplerun/tests/test2/step1.logpro
- 2012-04-23 08:36:33 - part of checkin [3de9db9a0f] on branch extend-test-get-path - Added simple helper for creating new tests and megatest areas (user: matt) [annotate]
- 2012-04-23 17:07:23 - part of checkin [8b3179d059] on branch trunk - Merged extend-test-get-path into trunk (user: mrwellan) [annotate]
- File
tests/simplerun/tests/test2/step2.logpro
- 2012-04-23 08:36:33 - part of checkin [3de9db9a0f] on branch extend-test-get-path - Added simple helper for creating new tests and megatest areas (user: matt) [annotate]
- 2012-04-23 17:07:23 - part of checkin [8b3179d059] on branch trunk - Merged extend-test-get-path into trunk (user: mrwellan) [annotate]
;; You should have at least one expect:required. This ensures that your process ran (expect:required in "LogFileBody" > 0 "Put description here" #/put pattern here/) ;; You may need ignores to suppress false error or warning hits from the later expects ;; NOTE: Order is important here! (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\/\/.*error/) (expect:warning in "LogFileBody" = 0 "Any warning" #/warn/) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;; but disallow any other errors