[exim-cvs] Ignore dane-related debug out in non-dane testcas…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Ignore dane-related debug out in non-dane testcases
Gitweb: http://git.exim.org/exim.git/commitdiff/2eb77f91023a3279166810a7ce9f15508d244e65
Commit:     2eb77f91023a3279166810a7ce9f15508d244e65
Parent:     7a31d6431bfe3bce4da48ac8774e3b0e3c038fc7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Aug 9 16:04:37 2014 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Aug 9 16:04:37 2014 +0100


    Ignore dane-related debug out in non-dane testcases
---
 test/runtest |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/test/runtest b/test/runtest
index 926385f..aeca824 100755
--- 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.