aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/test_revocation.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-12-03 17:19:26 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-12-03 17:19:26 +0000
commitcf88d6227bfef88fa0d264e5fdf3070ed0eb6bf2 (patch)
tree1e100eb6e408289d7b6b057c2d35788459929f84 /src/revocation/test_revocation.c
parent7aea8ca731b62c1c80429513f0825310c057e307 (diff)
downloadgnunet-cf88d6227bfef88fa0d264e5fdf3070ed0eb6bf2.tar.gz
gnunet-cf88d6227bfef88fa0d264e5fdf3070ed0eb6bf2.zip
Fix #3562: continue test if required number of links have been established,
despite failures as they will be retried.
Diffstat (limited to 'src/revocation/test_revocation.c')
-rw-r--r--src/revocation/test_revocation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index d015ed152..cecd99e77 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -383,7 +383,8 @@ test_connection (void *cls,
383 GNUNET_SCHEDULER_shutdown (); 383 GNUNET_SCHEDULER_shutdown ();
384 return; 384 return;
385 } 385 }
386 if (0 == links_failed) 386 /* We are generating a CLIQUE */
387 if (NUM_TEST_PEERS * (NUM_TEST_PEERS -1) == links_succeeded)
387 { 388 {
388 fprintf (stderr, 389 fprintf (stderr,
389 "Testbed connected peers, initializing test\n"); 390 "Testbed connected peers, initializing test\n");