mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
don't make failing tests
Original commit message from CVS: don't make failing tests
This commit is contained in:
parent
69be241342
commit
f7334fc9d2
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|||
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
||||
|
||||
TESTS = $(tests_failing) $(tests_working)
|
||||
TESTS = $(tests_working)
|
||||
|
||||
check_PROGRAMS = $(tests_failing) $(tests_working)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|||
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
||||
|
||||
TESTS = $(tests_failing) $(tests_working)
|
||||
TESTS = $(tests_working)
|
||||
|
||||
check_PROGRAMS = $(tests_failing) $(tests_working)
|
||||
|
||||
|
|
Loading…
Reference in a new issue