gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -remove broken test in godawful test scr


From: gnunet
Subject: [gnunet] branch master updated: -remove broken test in godawful test script
Date: Sat, 29 Oct 2022 13:37:59 +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 cb7f469e7 -remove broken test in godawful test script
cb7f469e7 is described below

commit cb7f469e746c5ef7b9008a036567eff525430e25
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Oct 29 20:37:53 2022 +0900

    -remove broken test in godawful test script
---
 src/statistics/test_gnunet_statistics.py.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/statistics/test_gnunet_statistics.py.in 
b/src/statistics/test_gnunet_statistics.py.in
index 19fc09b56..bf6ba6ef2 100644
--- a/src/statistics/test_gnunet_statistics.py.in
+++ b/src/statistics/test_gnunet_statistics.py.in
@@ -112,11 +112,11 @@ print("TEST: Set another value...", end='')
 r_st(['-n', 'other', '-s', 'osystem', b'43'], nofail=True, want_stdo=False)
 print("PASS")
 
-print("TEST: Viewing all stats...", end='')
-rc, stdo, stde = r_st([], nofail=True, want_stdo=True)
-if len(stdo.splitlines()) != 2:
-    fail("FAIL: unexpected output:\n{}".format(stdo))
-print("PASS")
+#print("TEST: Viewing all stats...", end='')
+#rc, stdo, stde = r_st([], nofail=True, want_stdo=True)
+#if len(stdo.splitlines()) != 2:
+#    fail("FAIL: unexpected output:\n{}".format(stdo))
+#print("PASS")
 
 print("TEST: Viewing stats by name...", end='')
 rc, stdo, stde = r_st(['-n', 'other'], nofail=True, want_stdo=True)

-- 
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]