aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-03 19:17:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-03 19:17:51 +0000
commitcaf55e853e89c15f0927f2da9091bc91a101b386 (patch)
tree2ceae255a13d1c102b30c43c718b711b9e89a81c /src/statistics
parente37d143f05efec8723dd4ea6164c2b6a8735d69e (diff)
downloadgnunet-caf55e853e89c15f0927f2da9091bc91a101b386.tar.gz
gnunet-caf55e853e89c15f0927f2da9091bc91a101b386.zip
-misc minor fixes
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/test_gnunet_statistics.py.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/statistics/test_gnunet_statistics.py.in b/src/statistics/test_gnunet_statistics.py.in
index b5697d246..0d3c984eb 100644
--- a/src/statistics/test_gnunet_statistics.py.in
+++ b/src/statistics/test_gnunet_statistics.py.in
@@ -71,7 +71,6 @@ def restart ():
71 time.sleep (1) 71 time.sleep (1)
72 t = r_arm (['-i', 'statistics']) 72 t = r_arm (['-i', 'statistics'])
73 time.sleep (1) 73 time.sleep (1)
74 print ("DONE")
75 74
76 75
77cleanup () 76cleanup ()
@@ -81,10 +80,9 @@ t = r_arm (['-s'], want_stdo = False)
81time.sleep (1) 80time.sleep (1)
82t = r_arm (['-i', 'statistics'], want_stdo = False) 81t = r_arm (['-i', 'statistics'], want_stdo = False)
83time.sleep (1) 82time.sleep (1)
84print ("DONE")
85 83
86print ("TEST: Bad argument checking...", end='') 84print ("TEST: Bad argument checking...", end='')
87r_st (['-x'], normal = False, nofail = True, want_stdo = False) 85r_st (['-x'], normal = False, nofail = True, want_stdo = False, want_stde = True)
88print ("PASS") 86print ("PASS")
89 87
90print ("TEST: Set value...", end='') 88print ("TEST: Set value...", end='')
@@ -146,6 +144,5 @@ print ("PASS")
146print ("Stopping service...") 144print ("Stopping service...")
147t = r_arm (['-e'], want_stdo = False) 145t = r_arm (['-e'], want_stdo = False)
148time.sleep (1) 146time.sleep (1)
149print ("DONE")
150 147
151cleanup () 148cleanup ()