projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc2f4f1
)
validate:launcher: extra_env_variables is a dictionnary
author
Thibault Saunier
<tsaunier@gnome.org>
Thu, 14 May 2015 15:43:40 +0000
(17:43 +0200)
committer
Thibault Saunier
<tsaunier@gnome.org>
Thu, 14 May 2015 15:44:17 +0000
(17:44 +0200)
validate/launcher/baseclasses.py
patch
|
blob
|
history
diff --git
a/validate/launcher/baseclasses.py
b/validate/launcher/baseclasses.py
index 47cf2012ebf2a53c996eb442b4e5c4e86b687769..e324b697eda6b58ddeb2b72720f9e63d2d8f4ff7 100644
(file)
--- a/
validate/launcher/baseclasses.py
+++ b/
validate/launcher/baseclasses.py
@@
-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: