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-1842-g1aa88e9
Date: Thu, 16 Jan 2014 22:11:21 +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  1aa88e95af9e583f2ee116fadb60e1eba8bbe7a2 (commit)
      from  94fb61cc7bd870359317e48d4ae5600b84ac3172 (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=1aa88e95af9e583f2ee116fadb60e1eba8bbe7a2


commit 1aa88e95af9e583f2ee116fadb60e1eba8bbe7a2
Author: Gabriele Giacone <address@hidden>
Date:   Thu Jan 16 23:01:16 2014 +0100

    Restore exit 1 on non time-related failures only case as well.

diff --git a/testsuite/analyse-results.sh b/testsuite/analyse-results.sh
index 584b37f..8305dac 100755
--- a/testsuite/analyse-results.sh
+++ b/testsuite/analyse-results.sh
@@ -133,10 +133,10 @@ if test ${total_fail} -gt 0 || test ${total_xpass} -gt 0; 
then
                        echo
                        echo "Non time-related failures follow:"
                        grep -vf $timing ${timing}.tmp
-                       rm -f ${timing}.tmp
-                       exit 1
                fi
        fi
+       rm -f ${timing}.tmp
+       exit 1
 else
        exit 0
 fi

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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