From bf67ce8d93310ce676359fb13b771c8771128739 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Feb 2016 21:49:33 +0000 Subject: [PATCH] server/tests.at (AWAIT_KXDONE): Ignore warnings and trace. If the waiting loop receive a message it doesn't understand, it bails and the rest of the test continues, usually before the peers have actually completed their key exchange. --- server/tests.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests.at b/server/tests.at index 2d22c574..f47aae48 100644 --- a/server/tests.at +++ b/server/tests.at @@ -246,7 +246,7 @@ m4_define([AWAIT_KXDONE], [ case "$[]1:$[]2:$[]3" in OK::) ;; NOTE:KXDONE:$4) break ;; - NOTE:*) ;; + NOTE:* | TRACE:* | WARN:*) ;; *) exit 63 ;; esac done -- 2.11.0