chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add2388
)
server/tests.at (AWAIT_KXDONE): Ignore warnings and trace.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 19 Feb 2016 21:49:33 +0000
(21:49 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Apr 2016 17:11:22 +0000
(18:11 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/server/tests.at
b/server/tests.at
index 2d22c574564b766a4308e69a61b455865b91032e..f47aae48c20284309db045d59eedd12d783825a7 100644
(file)
--- 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