validate:launcher: extra_env_variables is a dictionnary
authorThibault Saunier <tsaunier@gnome.org>
Thu, 14 May 2015 15:43:40 +0000 (17:43 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 14 May 2015 15:44:17 +0000 (17:44 +0200)
validate/launcher/baseclasses.py

index 47cf2012ebf2a53c996eb442b4e5c4e86b687769..e324b697eda6b58ddeb2b72720f9e63d2d8f4ff7 100644 (file)
@@ -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: