From 0153a325761077d3ea0adee8c4d1766ce8772d27 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jun 2011 10:08:58 +0000 Subject: [PATCH] pregenerate hostkeys --- src/hostlist/test_gnunet_daemon_hostlist_learning.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c index 1c965cf25..6124ba33f 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c +++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c @@ -545,6 +545,8 @@ main (int argc, char *argv[]) "WARNING", #endif NULL); + system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > /dev/null"); + system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > /dev/null"); ret = check (); GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1"); GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2"); -- 2.25.1