Differences From Artifact [e50a47bd5d]:
- File tests/fullrun/ezlog_fail/example.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: 2098) [annotate] [blame] [check-ins using]
- File tests/fullrun/ezlog_pass/example.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: 2098) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_fail/example.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: 2098) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_pass/example.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: 2098) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_fail/example.logpro — part of check-in [5868dd5b31] at 2011-11-03 22:59:04 on branch trunk — Added test placeholders (user: matt, size: 2098) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_pass/example.logpro — part of check-in [5868dd5b31] at 2011-11-03 22:59:04 on branch trunk — Added test placeholders (user: matt, size: 2098) [annotate] [blame] [check-ins using]
- File tests/tests/eztest_logpro/lookittmp.logpro — part of check-in [41350e06ff] at 2011-10-13 23:33:01 on branch trunk — Fixed erratic behaviour with scroll bars in dashboard. Removed suppression of empty runs. Rollup now resets the event_time on running. Added -pathmod for setting basepath on html logs when generating spreadsheets. Fixed search fields not forcing refresh. Added proper setting of logfile in eztests when using logpro (user: matt, size: 2098) [annotate] [blame] [check-ins using]
To Artifact [d9d6a3e777]:
- File tests/fullrun/tests/ezlog_fail/example.logpro — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 2813) [annotate] [blame] [check-ins using] [more...]
- File tests/fullrun/tests/ezlog_pass/example.logpro — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 2813) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | ;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. ;; define your hooks (hook:first-error "echo \"Error hook activated: #{escaped errmsg}\"") (hook:first-warning "echo \"Got warning: #{escaped warnmsg}\"") (hook:value "echo \"Value hook activated: expected=#{expected}, measured=#{measured}, tolerance=#{tolerance}, message=#{message}\"") | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; This file is part of Megatest. ;; ;; Megatest is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; ;; Megatest is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; License GPL. ;; define your hooks (hook:first-error "echo \"Error hook activated: #{escaped errmsg}\"") (hook:first-warning "echo \"Got warning: #{escaped warnmsg}\"") (hook:value "echo \"Value hook activated: expected=#{expected}, measured=#{measured}, tolerance=#{tolerance}, message=#{message}\"") |
︙ | ︙ |