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-1855-ge82a7b1
Date: Sat, 08 Feb 2014 01:34:25 +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  e82a7b19f3ef1057f3280f19b49a0fe305a01ef4 (commit)
      from  39751bcf754c27838fd4458aef47b5cffe7aed51 (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=e82a7b19f3ef1057f3280f19b49a0fe305a01ef4


commit e82a7b19f3ef1057f3280f19b49a0fe305a01ef4
Author: Gabriele Giacone <address@hidden>
Date:   Sat Feb 8 02:28:10 2014 +0100

    Make timingissues filepath relative. Fix make distcheck.

diff --git a/testsuite/analyse-results.sh b/testsuite/analyse-results.sh
index 10f1010..e00a0c1 100755
--- a/testsuite/analyse-results.sh
+++ b/testsuite/analyse-results.sh
@@ -98,7 +98,7 @@ echo
 # For now, return a failure if any XPASS or FAIL occurred
 if test ${total_fail} -gt 0 || test ${total_xpass} -gt 0; then
 
-       timing=testsuite/timingissues
+       timing=$(dirname $0)/testsuite/timingissues
        > ${timing}.tmp
 
        if test ${total_fail} -gt 0; then

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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