From 8697998cdbb97c632c3f4a5cacd0135e3311b417 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Feb 2017 17:57:41 +0100 Subject: [PATCH] terminate instantly, even on failure --- src/set/test_set_union_copy.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.25.1