From: Christian Grothoff Date: Sat, 18 Feb 2017 16:57:41 +0000 (+0100) Subject: terminate instantly, even on failure X-Git-Tag: taler-0.2.1~145 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8697998cdbb97c632c3f4a5cacd0135e3311b417;p=oweals%2Fgnunet.git terminate instantly, even on failure --- diff --git a/src/set/test_set_union_copy.c b/src/set/test_set_union_copy.c index 6fd78d43a..83a5862dd 100644 --- a/src/set/test_set_union_copy.c +++ b/src/set/test_set_union_copy.c @@ -117,6 +117,7 @@ check_count_iter (void *cls, ci_cls->what, ci_cls->expected_count, ci_cls->ongoing_count); ret = 1; + GNUNET_SCHEDULER_shutdown (); return GNUNET_NO; } ci_cls->cont (ci_cls->cont_cls);