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.
This commit is contained in:
parent
8ed6a4aca9
commit
520caf5f34
@ -1,3 +1,9 @@
|
|||||||
|
2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* 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 <thaytan@mad.scientist.com>
|
2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* tests/check/Makefile.am:
|
* tests/check/Makefile.am:
|
||||||
|
@ -8,7 +8,8 @@ REGISTRY_ENVIRONMENT = \
|
|||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_SYSTEM_PATH= \
|
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
|
# ths core dumps of some machines have PIDs appended
|
||||||
CLEANFILES = core.* test-registry.xml
|
CLEANFILES = core.* test-registry.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user