gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16203 - gnunet/src/testing
Date: Tue, 26 Jul 2011 16:56:37 +0200

Author: nevans
Date: 2011-07-26 16:56:37 +0200 (Tue, 26 Jul 2011)
New Revision: 16203

Modified:
   gnunet/src/testing/testing.c
Log:
gnunet-arm may take longer to run, assume all is well

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-07-26 14:29:53 UTC (rev 16202)
+++ gnunet/src/testing/testing.c        2011-07-26 14:56:37 UTC (rev 16203)
@@ -809,6 +809,7 @@
                                             &start_fsm, d);
           return;
         }
+#if EXTRA_CHECKS
       if ((type != GNUNET_OS_PROCESS_EXITED) || (code != 0))
         {
           cb = d->cb;
@@ -823,6 +824,7 @@
                 : _("`ssh' does not seem to terminate.\n"));
           return;
         }
+#endif
 #if DEBUG_TESTING
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Service startup complete!\n");
 #endif




reply via email to

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