gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite anaylse-results.sh


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite anaylse-results.sh
Date: Thu, 10 May 2007 16:05:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/10 16:05:36

Modified files:
        testsuite      : anaylse-results.sh 

Log message:
        Make output nicer and fit an 80x25  terminal

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/anaylse-results.sh?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: anaylse-results.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- anaylse-results.sh  10 May 2007 15:50:20 -0000      1.7
+++ anaylse-results.sh  10 May 2007 16:05:36 -0000      1.8
@@ -31,7 +31,7 @@
     noxfail=`grep -c "^XFAIL: " ${dir}/testrun.sum`
     noxpass=`grep -c "^XPASS: " ${dir}/testrun.sum`
     nounresolved=`grep -c "^UNRESOLVED: " ${dir}/testrun.sum`
-    echo -n "Test suite $dir had these results: "
+    echo -n "Test suite $dir: "
     if test $nofail -gt 0; then
        echo -n " $nofail real failures"
        total_fail=`expr $total_fail + $nofail`
@@ -78,6 +78,8 @@
     echo "     Total expected failures: ${total_xfail}"
 fi
 
+echo
+
 #
 # Look for regressions
 #




reply via email to

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