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: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite anaylse-results.sh
Date: Fri, 13 Oct 2006 20:20:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/13 20:20:56

Modified files:
        testsuite      : anaylse-results.sh 

Log message:
        Correct typo.

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

Patches:
Index: anaylse-results.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- anaylse-results.sh  13 Oct 2006 19:59:58 -0000      1.1
+++ anaylse-results.sh  13 Oct 2006 20:20:56 -0000      1.2
@@ -32,7 +32,7 @@
     fi
     total_xfail=`expr $total_xfail + $noxfail`
   fi
-  if test $nofail -gt 0; then
+  if test ${nounresolved} -gt 0; then
     if test $nofail -gt 0 -o $nopass -gt 0 -o $noxfail -gt 0; then
       echo -n ", ${nounresolved} unresolved"
     else




reply via email to

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