diff options
author | Phil Pennock <pdp@exim.org> | 2011-05-09 04:36:25 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-05-09 04:36:25 -0400 |
commit | bdf1527974ee0faf5ac41c4554a89d161b6249e1 (patch) | |
tree | 6525c6dfaababcad882f5806530bd4124c8ce898 /test/runtest | |
parent | 6ea4a8515023997aeb674688d2247bbabfa58aa1 (diff) |
Testsuite: Compiler info skip; whitespace stupidity.exim-4_76
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index feca75e2e..ea05524b0 100755 --- a/test/runtest +++ b/test/runtest @@ -742,6 +742,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^Lookups \(built-in\):/; next if /^Total \d+ lookups/; + # drop compiler information + next if /^Compiler:/; + # and the ugly bit # different libraries will have different numbers (possibly 0) of follow-up # lines, indenting with more data |