validate:launcher: Set ORC_CODE=backup when running gst unit tests under valgrind
This commit is contained in:
parent
1fb0d73947
commit
d60ea5da63
@ -285,6 +285,7 @@ class GstCheckTestsManager(MesonTestsManager):
|
||||
|
||||
if self.options.valgrind:
|
||||
child_env['CK_TIMEOUT_MULTIPLIER'] = str(VALGRIND_TIMEOUT_FACTOR)
|
||||
child_env['ORC_CODE'] = 'backup'
|
||||
|
||||
if self.options.gdb:
|
||||
child_env['CK_FORK'] = "no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user