From 194eb3a6a1e629a21b00574a3324d8e955e0e6db Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Oct 2009 20:20:42 +0000 Subject: [PATCH] check-early --- src/statistics/test_gnunet_statistics.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/statistics/test_gnunet_statistics.sh b/src/statistics/test_gnunet_statistics.sh index 79e15495b..55190502a 100755 --- a/src/statistics/test_gnunet_statistics.sh +++ b/src/statistics/test_gnunet_statistics.sh @@ -101,6 +101,18 @@ if ! $exe $DEBUG -n lasting -s subsystem 40 -p; then $arm -e exit 1 fi +if ! $exe $DEBUG > $out; then + echo "FAIL: error running $exe" + $arm -e + exit 1 +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 echo "PASS" # ----------------------------------- -- 2.25.1