aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-01-05 20:01:30 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-01-05 20:01:30 +0000
commit345005a7e50e9915da2619a2e7b619e04fdc6405 (patch)
treec7fcb8aa312f8beb6b9a27c65d020711a8497890 /src/core/test_core_api_send_to_self.c
parent00a8fb6d0433d4c9a8e8cb92ab224ff01d3c639b (diff)
downloadgnunet-345005a7e50e9915da2619a2e7b619e04fdc6405.tar.gz
gnunet-345005a7e50e9915da2619a2e7b619e04fdc6405.zip
let the send-to-self-test fail if it fails...
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c2
1 files changed, 2 insertions, 0 deletions
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)
194 GNUNET_GETOPT_OPTION_END 194 GNUNET_GETOPT_OPTION_END
195 }; 195 };
196 196
197 ret = 1;
198
197 return (GNUNET_OK == 199 return (GNUNET_OK ==
198 GNUNET_PROGRAM_run (argc, 200 GNUNET_PROGRAM_run (argc,
199 argv, 201 argv,