validate:launcher: Set ORC_CODE=backup when running gst unit tests under valgrind

This commit is contained in:
Thibault Saunier 2019-04-17 11:04:45 -04:00
parent 1fb0d73947
commit d60ea5da63

View file

@ -285,6 +285,7 @@ class GstCheckTestsManager(MesonTestsManager):
if self.options.valgrind: if self.options.valgrind:
child_env['CK_TIMEOUT_MULTIPLIER'] = str(VALGRIND_TIMEOUT_FACTOR) child_env['CK_TIMEOUT_MULTIPLIER'] = str(VALGRIND_TIMEOUT_FACTOR)
child_env['ORC_CODE'] = 'backup'
if self.options.gdb: if self.options.gdb:
child_env['CK_FORK'] = "no" child_env['CK_FORK'] = "no"