diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-23 20:26:25 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-23 20:26:25 +0000 |
commit | ba39b289dba7296421dc7111e7a6b5d35fd2463e (patch) | |
tree | 010c933b0edf0f0c5751aa1b086fb714a24a5c88 | |
parent | f22b16ecbd99f445b8ae2cfb110b58d3e192af72 (diff) |
report
git-svn-id: https://gnunet.org/svn/gnunet@9259 140774ce-b5e7-0310-ab8b-a85725594a96
-rwxr-xr-x | src/statistics/test_gnunet_statistics.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statistics/test_gnunet_statistics.sh b/src/statistics/test_gnunet_statistics.sh index 55190502a8..f11fc62b1e 100755 --- a/src/statistics/test_gnunet_statistics.sh +++ b/src/statistics/test_gnunet_statistics.sh @@ -172,6 +172,7 @@ fi LINES=`cat $out | grep 40 | wc -l` if test $LINES -ne 0; then echo "FAIL: unexpected output" + cat $out $arm -e exit 1 fi |