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: Fri, 07 Sep 2007 11:43:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/07 11:43:51

Modified files:
        testsuite      : anaylse-results.sh 

Log message:
        minor presentation fix

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

Patches:
Index: anaylse-results.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- anaylse-results.sh  4 Sep 2007 19:06:56 -0000       1.11
+++ anaylse-results.sh  7 Sep 2007 11:43:50 -0000       1.12
@@ -39,11 +39,15 @@
        total_fail=`expr $total_fail + $nofail`
     fi
     if test $noxpass -gt 0; then
+       if test $nofail -gt 0; then
+           echo -n ", $noxpass unexpected successes"
+       else
        echo -n " $noxpass unexpected successes"
+       fi
        total_xpass=`expr $total_xpass + $noxpass`
     fi
     if test $nopass -gt 0; then
-       if test $nofail -gt 0; then
+       if test $noxpass -gt 0; then
            echo -n ", $nopass passes"
        else
            echo -n "$nopass passes"




reply via email to

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