Differences From Artifact [39388ec16f]:
- File tests/fullrun/ezlog_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: 250) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_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: 250) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_fail/testconfig — part of check-in [b2b8a3f26c] at 2011-11-05 18:11:11 on branch trunk — Got cells.scm and matrix.scm example files working. More steps stuff working Added tests for ezsteps and logpro l (user: matt, size: 250) [annotate] [blame] [check-ins using]
To Artifact [da8d5b9ba5]:
- File tests/fullrun/tests/ezlog_fail/testconfig — part of check-in [fa512c78ed] at 2013-04-08 14:08:48 on branch development — Fixed -m, added conditional waiver propagation (user: mrwellan, size: 720) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + + + + + + + + + + + + | [setup] [ezsteps] lookittmp ls /tmp lookithome ls /home # logpro_file input_glob # matching file(s) will be diff'd with previous run and logpro applied # if PASS or WARN result from logpro then WAIVER state is set # [waivers] waiver_1 logpro lookittmp.log [waiver_rules] # This builtin rule is the default if there is no <waivername>.logpro file # diff diff %file1% %file2% # This builtin rule is applied if a <waivername>.logpro file exists # logpro diff %file1% %file2% | logpro %waivername%.logpro %waivername%.html [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. tags first,single reviewed 09/10/2011, by Matt |