From d3963f7a065d1fac5e4f48a900a9ba3ab5e7357c Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 2 Mar 2007 13:19:57 +0000 Subject: [PATCH] tests/check/Makefile.am: Disable cacasink from the states check too - it also calls exit(1) on us when it can't find ... Original commit message from CVS: * tests/check/Makefile.am: Disable cacasink from the states check too - it also calls exit(1) on us when it can't find a terminal to talk to. --- ChangeLog | 6 ++++++ tests/check/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c061110dd..131090dd9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-02 Jan Schmidt + + * tests/check/Makefile.am: + Disable cacasink from the states check too - it also calls exit(1) + on us when it can't find a terminal to talk to. + 2007-03-02 Wim Taymans Patch by: Thijs Vermeir diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 8702ccf4c5..0eb63452ac 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -9,7 +9,7 @@ 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) \ - STATE_IGNORE_ELEMENTS=aasink + STATE_IGNORE_ELEMENTS="aasink cacasink" # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml