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" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit