gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix statistics test


From: gnunet
Subject: [gnunet] branch master updated: -fix statistics test
Date: Sun, 23 Oct 2022 00:36:15 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 416308728 -fix statistics test
     new b14560627 Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
416308728 is described below

commit 4163087282ece9097e77f3e695d90a822ffe11ac
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Oct 23 07:34:53 2022 +0900

    -fix statistics test
---
 src/statistics/test_gnunet_statistics.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/statistics/test_gnunet_statistics.py.in 
b/src/statistics/test_gnunet_statistics.py.in
index ad7e95bd1..19fc09b56 100644
--- a/src/statistics/test_gnunet_statistics.py.in
+++ b/src/statistics/test_gnunet_statistics.py.in
@@ -16,7 +16,7 @@ elif None != os.environ.get("TMP"):
     tmp = os.getenv("TMP")
 else:
     raw_tmp = False
-    tmp = subprocess.check_output("gnunet-config -f -s PATHS -o GNUNET_TMP",
+    tmp = subprocess.check_output(["gnunet-config", "-f", "-s", "PATHS", "-o", 
"GNUNET_TMP"],
                                   text=True)
 
 if os.name == 'nt':

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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