gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16254 - gnunet/src/testing
Date: Thu, 28 Jul 2011 13:08:04 +0200

Author: nevans
Date: 2011-07-28 13:08:04 +0200 (Thu, 28 Jul 2011)
New Revision: 16254

Modified:
   gnunet/src/testing/testing_group.c
Log:
unixpath causing trouble for distributed testing

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2011-07-27 16:40:41 UTC (rev 16253)
+++ gnunet/src/testing/testing_group.c  2011-07-28 11:08:04 UTC (rev 16254)
@@ -1470,6 +1470,8 @@
       GNUNET_CONFIGURATION_set_value_string (uc.ret, "dht", "UNIXPATH", "");
       GNUNET_CONFIGURATION_set_value_string (uc.ret, "statistics", "UNIXPATH",
                                              "");
+      GNUNET_CONFIGURATION_set_value_string (uc.ret, "nse", "UNIXPATH", "");
+      GNUNET_CONFIGURATION_set_value_string (uc.ret, "arm", "UNIXPATH", "");
 
       GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", 
"USE_LOCALADDR",
                                              "YES");




reply via email to

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