aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-23 20:17:00 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-23 20:17:00 +0000
commit292fad96f60622d28c509d20f69d83caccbdcaae (patch)
treeff271c90b29169776b05a24be96cd74746c26b48 /src/statistics
parentcf69436d2bff114c097825eb5588f898396680cf (diff)
downloadgnunet-292fad96f60622d28c509d20f69d83caccbdcaae.tar.gz
gnunet-292fad96f60622d28c509d20f69d83caccbdcaae.zip
report diagnostics
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 b4c14cd6c..79e15495b 100755
--- a/src/statistics/test_gnunet_statistics.sh
+++ b/src/statistics/test_gnunet_statistics.sh
@@ -122,6 +122,7 @@ fi
122LINES=`cat $out | grep 40 | wc -l` 122LINES=`cat $out | grep 40 | wc -l`
123if test $LINES -ne 1; then 123if test $LINES -ne 1; then
124 echo "FAIL: unexpected output" 124 echo "FAIL: unexpected output"
125 cat $out
125 $arm -e 126 $arm -e
126 exit 1 127 exit 1
127fi 128fi