From 345005a7e50e9915da2619a2e7b619e04fdc6405 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 5 Jan 2011 20:01:30 +0000 Subject: [PATCH] let the send-to-self-test fail if it fails... --- src/core/test_core_api_send_to_self.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c index 48dd0ee73..1f7e8a783 100644 --- a/src/core/test_core_api_send_to_self.c +++ b/src/core/test_core_api_send_to_self.c @@ -194,6 +194,8 @@ main (int argc, char *const *argv) GNUNET_GETOPT_OPTION_END }; + ret = 1; + return (GNUNET_OK == GNUNET_PROGRAM_run (argc, argv, -- 2.25.1