gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: add debug output to py.in


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add debug output to py.in
Date: Sat, 16 Feb 2019 16:37:06 +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 743ea291b add debug output to py.in
743ea291b is described below

commit 743ea291bd4cf84ee78adfc1fe0e35cedcff41a9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 16 16:37:02 2019 +0100

    add debug output to py.in
---
 src/integration-tests/gnunet_testing.py.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/integration-tests/gnunet_testing.py.in 
b/src/integration-tests/gnunet_testing.py.in
index 76ab3b0a0..1470c3d38 100644
--- a/src/integration-tests/gnunet_testing.py.in
+++ b/src/integration-tests/gnunet_testing.py.in
@@ -357,7 +357,9 @@ class Peer(object):
         if os.name == 'nt' and tests[1] == b'\n' and tests[0][-1] == b'\r':
             tests = (tests[0][:-1], tests[1], tests[2])
         tests = tests[0]
+        print("running gnunet-statistics " + self.cfg + " for " + name + "/" + 
subsystem + " yields " + tests.decode("utf-8"))
         if (tests.isdigit() == True):
             return tests
         else:
+            print("Invalid statistics value: " + str(tests) + " is not a 
number!")
             return -1

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



reply via email to

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