gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16206 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r16206 - gnunet/src/testing
Date: Tue, 26 Jul 2011 18:22:49 +0200

Author: nevans
Date: 2011-07-26 18:22:49 +0200 (Tue, 26 Jul 2011)
New Revision: 16206

Modified:
   gnunet/src/testing/testing.c
Log:
gnunet-arm is too smart for its own good

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-07-26 15:55:46 UTC (rev 16205)
+++ gnunet/src/testing/testing.c        2011-07-26 16:22:49 UTC (rev 16206)
@@ -853,6 +853,7 @@
                                             &start_fsm, d);
           return;
         }
+#if EXTRA_CHECKS
       if ((type != GNUNET_OS_PROCESS_EXITED) || (code != 0))
         {
           if (NULL != d->dead_cb)
@@ -861,6 +862,7 @@
                         ("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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]