]> git.ipfire.org Git - thirdparty/bind9.git/commit
Tweak the regular expression used for extracting system test results
authorMichał Kępień <michal@isc.org>
Thu, 22 Feb 2018 13:07:17 +0000 (14:07 +0100)
committerEvan Hunt <each@isc.org>
Tue, 27 Feb 2018 18:04:23 +0000 (10:04 -0800)
commit915b793bfb0ee669efd7c625e7e8d59ca21a682a
tree3161f2a9e371861be64cdbf633f5d08761f93c93
parentf1edab7d00dc9d07da0ce9ca7cce61569434103a
Tweak the regular expression used for extracting system test results

The current regular expression used for extracting system test results
from systests.output, "^R:", is anchored at the start of a line, which
prevents colored system test output from being properly processed.  As
just "R:" would arguably be too general, extend the pattern a bit to
ensure it will only match lines containing system test results.

(cherry picked from commit 9006d6dbbdad0bd2969c401e1e6bb468ffc85324)
bin/tests/system/testsummary.sh