diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-23 20:17:00 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-23 20:17:00 +0000 |
commit | 5b167127eefe6a589e48cdc7658923a4267a3ada (patch) | |
tree | ff271c90b29169776b05a24be96cd74746c26b48 /src | |
parent | ce76f22575dcb427807140b8a569fc861bde96a4 (diff) |
report diagnostics
git-svn-id: https://gnunet.org/svn/gnunet@9257 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-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 b4c14cd6cd..79e15495b5 100755 --- a/src/statistics/test_gnunet_statistics.sh +++ b/src/statistics/test_gnunet_statistics.sh @@ -122,6 +122,7 @@ fi LINES=`cat $out | grep 40 | wc -l` if test $LINES -ne 1; then echo "FAIL: unexpected output" + cat $out $arm -e exit 1 fi |