gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25213 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r25213 - gnunet/src/testbed
Date: Tue, 4 Dec 2012 10:48:10 +0100

Author: harsha
Date: 2012-12-04 10:48:10 +0100 (Tue, 04 Dec 2012)
New Revision: 25213

Modified:
   gnunet/src/testbed/test_testbed_api_3peers_3controllers.c
Log:
- mark test as skipped

Modified: gnunet/src/testbed/test_testbed_api_3peers_3controllers.c
===================================================================
--- gnunet/src/testbed/test_testbed_api_3peers_3controllers.c   2012-12-04 
09:21:56 UTC (rev 25212)
+++ gnunet/src/testbed/test_testbed_api_3peers_3controllers.c   2012-12-04 
09:48:10 UTC (rev 25213)
@@ -876,9 +876,14 @@
   hc_handle = NULL;
   if (GNUNET_NO == status)
   {
-    LOG (GNUNET_ERROR_TYPE_ERROR, "Cannot start testbed on localhost\n");
+    (void) PRINTF ("%s",
+                   "Unable to run the test as this system is not configured "
+                   "to use password less SSH logins to localhost.\n"
+                   "Skipping test\n");
     GNUNET_SCHEDULER_cancel (abort_task);
-    abort_task = GNUNET_SCHEDULER_add_now (&do_abort, NULL);
+    abort_task = GNUNET_SCHEDULER_NO_TASK;
+    (void) GNUNET_SCHEDULER_add_now (&do_shutdown, NULL);
+    result = SKIP;
     return;
   }
   cp1 = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb,




reply via email to

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