+
authorNils Gillmann <ng0@n0.is>
Tue, 22 May 2018 17:03:14 +0000 (17:03 +0000)
committerNils Gillmann <ng0@n0.is>
Tue, 22 May 2018 17:03:14 +0000 (17:03 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
src/integration-tests/gnunet_testing.py.in

index cc3e18b06af20396d0a208b1b21425ee2396dead..9ca514df4003b9c6df5385829f52ab0248d50b44 100644 (file)
@@ -205,7 +205,7 @@ class Test:
         self.verbose = verbose;
         self.name = testname;
         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)
         self.gnunetarm = ''