Artifact b2a6575abfd9002bde69dd0b40b0fa13a087f363:
- File tests/fullrun/ezlog_warn/lookithome.logpro — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 458) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_warn/lookithome.logpro — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 458) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_warn/lookithome.logpro — part of check-in [a50e564c64] at 2011-11-07 11:10:57 on branch trunk — Bunchofixes for ezsteps (user: mrwellan, size: 458) [annotate] [blame] [check-ins using]
;; (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