diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-01 18:14:42 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-01 18:14:42 +0000 |
commit | 520caf5f34c2103aef2bfe56ef1e561aa421a4bd (patch) | |
tree | 89bf003157f66483365d3c62b34a5d08528f0732 /tests | |
parent | 8ed6a4aca96d7e8c145e8ec9498d448c81ae3944 (diff) |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 03a94317..8702ccf4 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 |