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
@ -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…
x
Reference in New Issue
Block a user