gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9258 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r9258 - gnunet/src/statistics
Date: Fri, 23 Oct 2009 14:20:42 -0600

Author: grothoff
Date: 2009-10-23 14:20:42 -0600 (Fri, 23 Oct 2009)
New Revision: 9258

Modified:
   gnunet/src/statistics/test_gnunet_statistics.sh
Log:
check-early

Modified: gnunet/src/statistics/test_gnunet_statistics.sh
===================================================================
--- gnunet/src/statistics/test_gnunet_statistics.sh     2009-10-23 20:17:00 UTC 
(rev 9257)
+++ gnunet/src/statistics/test_gnunet_statistics.sh     2009-10-23 20:20:42 UTC 
(rev 9258)
@@ -101,6 +101,18 @@
   $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"
 
 # -----------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]