gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2148-gd333ee0
Date: Sat, 19 Jul 2014 09:51:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d333ee0ed91960d734867bbc3ed515e4939efd80 (commit)
      from  935df167eb7b3b2cab472bdfc357e4a57ba756c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d333ee0ed91960d734867bbc3ed515e4939efd80


commit d333ee0ed91960d734867bbc3ed515e4939efd80
Author: Gabriele Giacone <address@hidden>
Date:   Sat Jul 19 11:44:51 2014 +0200

    Always output failed tests.

diff --git a/testsuite/analyse-results.sh b/testsuite/analyse-results.sh
index 82cc53e..410481b 100755
--- a/testsuite/analyse-results.sh
+++ b/testsuite/analyse-results.sh
@@ -100,8 +100,7 @@ if test ${total_fail} -gt 0 || test ${total_xpass} -gt 0; 
then
                echo "Unexpected failures follow:"
                for s in ${suitefail}; do
                        echo " --=[ ${s} ]=-- "
-                       grep -w FAIL ${s}/testrun.sum | \
-                               ($have_tmpfile && tee -a ${timing}.tmp)
+                       grep -w FAIL ${s}/testrun.sum | tee -a ${timing}.tmp
                done
                echo
        fi

-----------------------------------------------------------------------

Summary of changes:
 testsuite/analyse-results.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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