From 4f0dd9a23d780a940e0d9d3dcd1ba1043a90bdeb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Apr 2008 07:26:10 +0000 Subject: [PATCH] fix --- system/config_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.0