From: Nathan S. Evans Date: Tue, 26 Jul 2011 16:22:49 +0000 (+0000) Subject: gnunet-arm is too smart for its own good X-Git-Tag: initial-import-from-subversion-38251~17637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=661869cea600301846e9d78475c8c3b4dbde225a;p=oweals%2Fgnunet.git gnunet-arm is too smart for its own good --- diff --git a/src/testing/testing.c b/src/testing/testing.c index 6533365fc..79c67e89c 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -853,6 +853,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) &start_fsm, d); return; } +#if EXTRA_CHECKS if ((type != GNUNET_OS_PROCESS_EXITED) || (code != 0)) { if (NULL != d->dead_cb) @@ -861,6 +862,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) ("shutdown (either `gnunet-arm' or `ssh') did not complete cleanly.\n")); return; } +#endif #if DEBUG_TESTING GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Service shutdown complete.\n"); #endif