[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: Fix failing peerinfo test
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: Fix failing peerinfo test |
Date: |
Sat, 19 May 2018 21:29:16 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new fca4c4dfc Fix failing peerinfo test
fca4c4dfc is described below
commit fca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat May 19 19:29:42 2018 +0000
Fix failing peerinfo test
Signed-off-by: Nils Gillmann <address@hidden>
---
src/peerinfo-tool/test_gnunet_peerinfo.py.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index 3207c2c2f..657096962 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -1,6 +1,6 @@
address@hidden@
# This file is part of GNUnet.
-# (C) 2010 Christian Grothoff (and other contributing authors)
+# (C) 2010, 2018 Christian Grothoff (and other contributing authors)
#
# GNUnet is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
@@ -26,7 +26,7 @@ import shutil
import time
srcdir = "../.."
-gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
+gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts")
if gnunet_pyexpect_dir not in sys.path:
sys.path.append (gnunet_pyexpect_dir)
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: Fix failing peerinfo test,
gnunet <=