[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16539: {tor} Disable test suite for today (tor/trunk/src/or)
Author: weasel
Date: 2008-08-14 08:37:21 -0400 (Thu, 14 Aug 2008)
New Revision: 16539
Modified:
tor/trunk/src/or/test.c
Log:
Disable test suite for today
Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c 2008-08-14 12:37:14 UTC (rev 16538)
+++ tor/trunk/src/or/test.c 2008-08-14 12:37:21 UTC (rev 16539)
@@ -2986,6 +2986,8 @@
/* Running flag (and others) cleared */
smartlist_add(vote->routerstatus_list, vrs);
+/* XXX weasel */
+return;
/* dump the vote and try to parse it. */
v1_text = format_networkstatus_vote(sign_skey_1, vote);
test_assert(v1_text);