CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/09/21 11:21:56
Modified files: testsuite : anaylse-results.sh Log message: minor presentation change CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/anaylse-results.sh?cvsroot=gnash&r1=1.15&r2=1.16 Patches: Index: anaylse-results.sh =================================================================== RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- anaylse-results.sh 11 Sep 2007 13:13:26 -0000 1.15 +++ anaylse-results.sh 21 Sep 2007 11:21:56 -0000 1.16 @@ -107,7 +107,7 @@ if test ${total_fail} -gt 0; then echo "Unexpected failures follow:" for s in ${suitefail}; do - echo -n " ${s}: " + echo " --=[ ${s} ]=-- " grep -w FAIL ${s}/testrun.sum; done echo @@ -116,7 +116,7 @@ if test ${total_xpass} -gt 0; then echo "Unexpected successes follow:" for s in ${suitexpass}; do - echo -n " ${s}: " + echo "--=[ ${s} ]=--- " grep -w XPASS ${s}/testrun.sum; done echo fi _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit