From: Thierry Parmentelat Date: Tue, 22 Apr 2008 07:26:10 +0000 (+0000) Subject: fix X-Git-Tag: tests-4.2-4~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4f0dd9a23d780a940e0d9d3dcd1ba1043a90bdeb;p=tests.git fix --- diff --git a/system/config_default.py b/system/config_default.py index 31f6067..22a7503 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -5,10 +5,10 @@ def config (plc_specs, options): # tmp : force small test utils.header("XXX WARNING : forcing small tests in config_default") - self.options.small_test = True + options.small_test = True # tmp : force vserver tests utils.header("XXX WARNING : forcing native tests in config_default") - self.options.native = True + options.native = True import config_main plcs = config_main.config([],options)