git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a31d64
)
Ignore dane-related debug out in non-dane testcases
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 9 Aug 2014 15:04:37 +0000
(16:04 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 9 Aug 2014 15:04:37 +0000
(16:04 +0100)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 926385f1744819f5c87296debf6883649d198193..aeca824e14c6a2b4ca7e7450d4c224fd55ecf058 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-994,6
+994,11
@@
RESET_AFTER_EXTRA_LINE_READ:
@saved = ();
}
+ # Skip hosts_require_dane checks when the options
+ # are unset, because dane ain't always there.
+
+ next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
+
# Skip some lines that Exim puts out at the start of debugging output
# because they will be different in different binaries.