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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2244-g4c03566
Date: Sat, 19 Dec 2015 08:04:32 +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  4c03566dab0b7a30f716afe1c90d80a6d5139519 (commit)
      from  48e75c155221141df7f2cf4a24944c005e7e89b0 (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=4c03566dab0b7a30f716afe1c90d80a6d5139519


commit 4c03566dab0b7a30f716afe1c90d80a6d5139519
Author: Nutchanon Wetchasit <address@hidden>
Date:   Sat Dec 19 09:03:30 2015 +0100

    Fix un-escaped special characters in ExternalInterface test case
    
    This was pointed out by Richard Wilbur, thanks.
    See <http://lists.gnu.org/archive/html/gnash-commit/2015-12/msg00009.html>

diff --git a/testsuite/misc-mtasc.all/extcommtests-runner.sh 
b/testsuite/misc-mtasc.all/extcommtests-runner.sh
index ac62189..334ef9c 100644
--- a/testsuite/misc-mtasc.all/extcommtests-runner.sh
+++ b/testsuite/misc-mtasc.all/extcommtests-runner.sh
@@ -69,9 +69,9 @@ timeout=10
 cat << EOF
 
 # Filenames and constants
-LOGFILE=${top_builddir}/testoutlog.\$$
-PIPE2CONTAINER=${top_builddir}/tocontainer.\$$
-PIPE2PLAYER=${top_builddir}/toplayer.\$$
+LOGFILE=${top_builddir}/testoutlog.\$\$
+PIPE2CONTAINER=${top_builddir}/tocontainer.\$\$
+PIPE2PLAYER=${top_builddir}/toplayer.\$\$
 READTIMEOUT=5
 
 # Test counts

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

Summary of changes:
 testsuite/misc-mtasc.all/extcommtests-runner.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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