From: SRE Date: Tue, 30 May 2017 07:59:30 +0000 (+0200) Subject: Fix bug for test command X-Git-Tag: V8_3_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e053150afc4537154eab56e4ddc22939f52a114;p=tools%2Fsat.git Fix bug for test command --- diff --git a/src/test_module.py b/src/test_module.py index 56c2e0a..7dc15fa 100644 --- a/src/test_module.py +++ b/src/test_module.py @@ -564,9 +564,7 @@ class Test: time_out = self.get_test_timeout(sessionname, DEFAULT_TIMEOUT) - time_out_salome = src.get_cfg_param(self.config.SITE.test, - "timeout_app", - DEFAULT_TIMEOUT) + time_out_salome = DEFAULT_TIMEOUT # generate wrapper script script_path = os.path.join(out_path, 'wrapperScript.py') @@ -784,7 +782,7 @@ class Test: self.settings.clear() # read known failures pyconf - if "testerror" in self.config.SITE: + if "testerror" in self.config.LOCAL: #import testerror #self.known_errors = testerror.read_test_failures( # self.config.TOOLS.testerror.file_path,