mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
validate: don't look for the common supression file
We no longer have a common submodule Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2841>
This commit is contained in:
parent
165fbec0a3
commit
272560463c
1 changed files with 0 additions and 4 deletions
|
@ -1197,10 +1197,6 @@ class GstValidateTest(Test):
|
|||
def get_valgrind_suppressions(self):
|
||||
result = super(GstValidateTest, self).get_valgrind_suppressions()
|
||||
result.extend(utils.get_gst_build_valgrind_suppressions())
|
||||
gst_sup = self.get_valgrind_suppression_file('common', 'gst.supp')
|
||||
if gst_sup:
|
||||
result.append(gst_sup)
|
||||
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue