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. 2376434d58dbcd466d7b


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 2376434d58dbcd466d7b21b1f724fd8c102a9ffd
Date: Thu, 18 Nov 2010 15:48:59 +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  2376434d58dbcd466d7b21b1f724fd8c102a9ffd (commit)
      from  15d39fa1345e51ad146ca44cd10fa9195697e618 (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=2376434d58dbcd466d7b21b1f724fd8c102a9ffd


commit 2376434d58dbcd466d7b21b1f724fd8c102a9ffd
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 18 16:48:16 2010 +0100

    Have red5test.as use what's given with --enable-red5-testing as hostname, 
and have it default to www.gnashdev.org

diff --git a/configure.ac b/configure.ac
index d4262c1..8e0050e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2221,10 +2221,10 @@ if test x$cross_compiling = xno; then
   AC_ARG_ENABLE([red5_testing],
       dnl # TODO: find out how to add [quotes] around '=<baseurl>'
          AC_HELP_STRING([--enable-red5-testing=<host>],
-                 [Enable red5 based testing (default host is localhost)]),
+                 [Enable red5 based testing (default host is 
www.gnashdev.org)]),
              [case "${enableval}" in
              no) RED5_HOST="" ;;
-            yes) RED5_HOST="localhost" ;;
+            yes) RED5_HOST="www.gnashdev.org" ;;
               *) RED5_HOST="${enableval}";;
            esac])
   AC_SUBST(RED5_HOST)
diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 625c765..457c4f4 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -1485,7 +1485,7 @@ remotingTestRunner: $(srcdir)/../generic-testrunner.sh 
remoting.swf
        chmod 755 $@
 
 red5test.swf: $(srcdir)/red5test.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
-       $(MAKESWF) -n network -r12 -o $@ -v7 
-DHTTP_TESTSUITE='\"$(HTTP_TESTSUITE)\"' -DUSE_DEJAGNU_MODULE 
-DOUTPUT_VERSION=7 Dejagnu.swf $(srcdir)/red5test.as 
$(srcdir)/../actionscript.all/dejagnu_so_fini.as
+       $(MAKESWF) -n network -r12 -o $@ -v7 -DRED5_HOST='\"$(RED5_HOST)\"' 
-DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 Dejagnu.swf $(srcdir)/red5test.as 
$(srcdir)/../actionscript.all/dejagnu_so_fini.as
 
 red5test-runner: $(srcdir)/../generic-testrunner.sh red5test.swf
        sh $< $(top_builddir) red5test.swf > $@
diff --git a/testsuite/misc-ming.all/red5test.as 
b/testsuite/misc-ming.all/red5test.as
index 89c53f0..b4ac653 100644
--- a/testsuite/misc-ming.all/red5test.as
+++ b/testsuite/misc-ming.all/red5test.as
@@ -31,10 +31,7 @@ endOfTest = function()
 };
 
 // -P FlashVars='hostname=localhost,rtmptport5080=rtmpport=1935'
-if (hostname == undefined) {
-    hostname="gnashdev.org";
-    note("No hostname specified, defaulting to "+hostname);
-}
+hostname = RED5_HOST;
 
 if (rtmpport == undefined) {
     rtmpport = 1935;

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

Summary of changes:
 configure.ac                        |    4 ++--
 testsuite/misc-ming.all/Makefile.am |    2 +-
 testsuite/misc-ming.all/red5test.as |    5 +----
 3 files changed, 4 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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