mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate:launcher: Set ORC_CODE=backup when running gst unit tests under valgrind
This commit is contained in:
parent
1fb0d73947
commit
d60ea5da63
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue