mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
validate:launcher: extra_env_variables is a dictionnary
This commit is contained in:
parent
dc2f4f11c6
commit
d89b4884c6
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ class GstValidateTest(Test):
|
|||
def __init__(self, application_name, classname,
|
||||
options, reporter, duration=0,
|
||||
timeout=DEFAULT_TIMEOUT, scenario=None, hard_timeout=None,
|
||||
extra_env_variables=[]):
|
||||
extra_env_variables={}):
|
||||
|
||||
if not hard_timeout and self.HARD_TIMEOUT_FACTOR:
|
||||
if timeout:
|
||||
|
|
Loading…
Reference in a new issue