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 47cf201..e324b69 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: