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-1856-ga5c2e3b
Date: Sat, 08 Feb 2014 03:51:05 +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  a5c2e3ba12c7234c6feb2547669fc4189acfecd9 (commit)
      from  e82a7b19f3ef1057f3280f19b49a0fe305a01ef4 (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=a5c2e3ba12c7234c6feb2547669fc4189acfecd9


commit a5c2e3ba12c7234c6feb2547669fc4189acfecd9
Author: Gabriele Giacone <address@hidden>
Date:   Sat Feb 8 04:50:21 2014 +0100

    Fix relative filepath.

diff --git a/testsuite/analyse-results.sh b/testsuite/analyse-results.sh
index e00a0c1..fcba838 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=$(dirname $0)/testsuite/timingissues
+       timing=$(dirname $0)/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]