mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Use LC_ALL=C for the tests as some are comparing localized strings
Fixes bug #590803.
This commit is contained in:
parent
a2f663f245
commit
aa92fc1bd7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ endif
|
|||
GSTSUPP = $(top_srcdir)/common/gst.supp
|
||||
PYTHONSUPP = $(top_srcdir)/testsuite/python.supp
|
||||
GSTPYTHONSUPP = $(top_srcdir)/testsuite/gstpython.supp
|
||||
TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH)
|
||||
TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) LC_ALL=C
|
||||
|
||||
# gdb any given test_x.py by running make test_x.py.gdb
|
||||
%.gdb: %
|
||||
|
|
Loading…
Reference in a new issue