Differences From Artifact [e006dc1513]:
- File tests/fullrun/logpro_required_fail/testconfig — 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: 223) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/logpro_required_fail/testconfig — 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: 223) [annotate] [blame] [check-ins using]
- File tests/tests/logpro_required_fail/testconfig — part of check-in [3c70848db0] at 2011-12-04 21:56:54 on branch trunk — Added test for logpro required regression and some tweaks to dashboard look 'n feel (user: matt, size: 223) [annotate] [blame] [check-ins using]
To Artifact [ec159a2f12]:
- File tests/fullrun/tests/logpro_required_fail/testconfig — part of check-in [dad400a1ff] at 2015-07-18 22:35:30 on branch v1.60 — Added support for keeping logpro rules in testconfig (user: matt, size: 669) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + + + + + + + + + + | [setup] [ezsteps] lookittmp ls /tmp [test_meta] author matt owner bob description This test runs two ezstep, the first of which is expected to fail using a simple logpro file. [logpro] lookittmp ;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. ;; (expect:required in "LogFileBody" > 0 "A file name that should never exist!" #/This is a awfully stupid file name that should never be found in the temp dir/) ;; ;; (expect:warning in "LogFileBody" = 0 "Any warning" #/WARNING/) ;; (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/.*/)) ;; force an error tags logpro reviewed 09/10/2011, by Matt |