From 520caf5f34c2103aef2bfe56ef1e561aa421a4bd Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 1 Mar 2007 18:14:42 +0000 Subject: [PATCH] tests/check/Makefile.am: Disable aasink in the states test. I suspect this is the element that is calling exit(1) whe... Original commit message from CVS: * tests/check/Makefile.am: Disable aasink in the states test. I suspect this is the element that is calling exit(1) when it can't proceed. --- ChangeLog | 6 ++++++ tests/check/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37adb72975..400a48e0d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-01 Jan Schmidt + + * tests/check/Makefile.am: + Disable aasink in the states test. I suspect this is the element that + is calling exit(1) when it can't proceed. + 2007-03-01 Jan Schmidt * tests/check/Makefile.am: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 03a943174c..8702ccf4c5 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -8,7 +8,8 @@ REGISTRY_ENVIRONMENT = \ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) + GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ + STATE_IGNORE_ELEMENTS=aasink # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml