validate:launcher: Add python suppression files

This commit is contained in:
Thibault Saunier 2019-04-06 11:40:32 -03:00 committed by Thibault Saunier
parent d053a07706
commit 0a56447bcc

View file

@ -347,7 +347,10 @@ def get_gst_build_valgrind_suppressions():
"gst-devtools/validate/data/gstvalidate.supp",
"libnice/tests/libnice.supp",
"libsoup/tests/libsoup.supp",
"glib/glib.supp"]:
"glib/glib.supp",
"gst-python/testsuite/gstpython.supp",
"gst-python/testsuite/python.supp",
]:
suppression = os.path.join(config.SRCDIR, "subprojects", suppression_path)
if os.path.exists(suppression):
get_gst_build_valgrind_suppressions.data.append(suppression)