aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-23 20:26:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-23 20:26:25 +0000
commitb0a7544ab06e28862b3e0e7f6abd476c1985253f (patch)
tree010c933b0edf0f0c5751aa1b086fb714a24a5c88 /src/statistics
parent194eb3a6a1e629a21b00574a3324d8e955e0e6db (diff)
downloadgnunet-b0a7544ab06e28862b3e0e7f6abd476c1985253f.tar.gz
gnunet-b0a7544ab06e28862b3e0e7f6abd476c1985253f.zip
report
Diffstat (limited to 'src/statistics')
-rwxr-xr-xsrc/statistics/test_gnunet_statistics.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statistics/test_gnunet_statistics.sh b/src/statistics/test_gnunet_statistics.sh
index 55190502a..f11fc62b1 100755
--- a/src/statistics/test_gnunet_statistics.sh
+++ b/src/statistics/test_gnunet_statistics.sh
@@ -172,6 +172,7 @@ fi
172LINES=`cat $out | grep 40 | wc -l` 172LINES=`cat $out | grep 40 | wc -l`
173if test $LINES -ne 0; then 173if test $LINES -ne 0; then
174 echo "FAIL: unexpected output" 174 echo "FAIL: unexpected output"
175 cat $out
175 $arm -e 176 $arm -e
176 exit 1 177 exit 1
177fi 178fi