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. 30c3e1ce8afca92c8349


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 30c3e1ce8afca92c83492b3b0ec770f22eea2a63
Date: Wed, 24 Nov 2010 13:40:10 +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  30c3e1ce8afca92c83492b3b0ec770f22eea2a63 (commit)
      from  6e3d5ed7bea4fd696516535234856881d2a7992f (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=30c3e1ce8afca92c83492b3b0ec770f22eea2a63


commit 30c3e1ce8afca92c83492b3b0ec770f22eea2a63
Author: Sandro Santilli <address@hidden>
Date:   Wed Nov 24 14:39:37 2010 +0100

    Use a TEST_ENV variable to store env variables we want to use on make 
check. Put the GST_PBUTILS there.

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 965e0b6..310219b 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -22,8 +22,6 @@ abs_top_builddir=$(shell cd $(top_builddir); pwd)
 abs_builddir=$(shell cd $(top_builddir)/testsuite/misc-ming.all; pwd)
 abs_mediadir = $(shell cd $(srcdir)/../media; pwd)
 
-GST_INSTALL_PLUGINS_HELPER=$(top_srcdir)/testsuite/gst_install_plugins_helper.sh
-
 CLEANFILES =  \
        gnash-dbg.log \
        site.exp.bak \
@@ -1764,14 +1762,19 @@ TEST_CASES += \
        $(NULL)
 endif
 
+TEST_ENV = GNASH_GC_TRIGGER_THRESHOLD=0
+TEST_ENV += GNASHRC=../gnashrc
+TEST_ENV += 
GST_INSTALL_PLUGINS_HELPER=$(top_srcdir)/testsuite/gst_install_plugins_helper.sh
+
+
 check-DEJAGNU: site-update $(check_PROGRAMS)
-       @runtest=$(RUNTEST); \
+       runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../gnashrc $$runtest 
$(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
+           $(TEST_ENV) $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \
-           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../gnashrc $(SHELL) $$i; \
+           $(TEST_ENV) $(SHELL) $$i; \
          done; \
        fi
 

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

Summary of changes:
 testsuite/misc-ming.all/Makefile.am |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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