gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: remove unnecessary calls to


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: remove unnecessary calls to gnunet-peerinfo that also caused the system to get stuck
Date: Sun, 08 Jan 2017 19:17:09 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ed1c91f77 remove unnecessary calls to gnunet-peerinfo that also caused 
the system to get stuck
ed1c91f77 is described below

commit ed1c91f77cc7402f3c012b7ff2fcb78443c6621f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 8 19:16:59 2017 +0100

    remove unnecessary calls to gnunet-peerinfo that also caused the system to 
get stuck
---
 src/hostlist/test_gnunet_daemon_hostlist_learning.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c 
b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index c39c57eb3..48689e259 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -567,13 +567,6 @@ main (int argc, char *argv[])
   GNUNET_log_setup ("test-gnunet-daemon-hostlist",
                     "WARNING",
                     NULL);
-#if !WINDOWS
-  system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > /dev/null");
-  system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > /dev/null");
-#else
-  system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > NUL");
-  system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > NUL");
-#endif
   ret = check ();
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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