From: Mark Wooding Date: Fri, 19 Feb 2016 21:49:33 +0000 (+0000) Subject: server/tests.at (AWAIT_KXDONE): Ignore warnings and trace. X-Git-Tag: 1.0.0pre18~8 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/bf67ce8d93310ce676359fb13b771c8771128739 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. --- 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