From 743ea291bd4cf84ee78adfc1fe0e35cedcff41a9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Feb 2019 16:37:02 +0100 Subject: add debug output to py.in --- src/integration-tests/gnunet_testing.py.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/integration-tests/gnunet_testing.py.in') 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 -- cgit v1.2.3