Artifact b2a6575abfd9002bde69dd0b40b0fa13a087f363
- File
tests/fullrun/ezlog_warn/lookithome.logpro
- 2012-04-22 05:36:51 - part of checkin [e06ef7ae11] on branch extend-test-get-path - Moved the full run test suite to fullrun (user: matt) [annotate]
- File
tests/fullrun/tests/ezlog_warn/lookithome.logpro
- 2012-04-22 06:03:24 - part of checkin [423f168820] on branch extend-test-get-path - Arduously moved tests to the tests dir (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/tests/ezlog_warn/lookithome.logpro
- 2011-11-07 18:10:57 - part of checkin [a50e564c64] on branch trunk - Bunchofixes for ezsteps (user: mrwellan) [annotate]
;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. ;; Force a warn for this test (expect:required in "LogFileBody" > 0 "Must be some files in the dir" #/.*/) (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