From: crouzet Date: Mon, 31 Jul 2017 07:36:00 +0000 (+0200) Subject: correction bug sat test X-Git-Tag: 5.0.0b2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=42f64a6e5e1797c0ef85fa0c33753c88013fed3b;p=tools%2Fsat.git correction bug sat test --- diff --git a/src/test_module.py b/src/test_module.py index 7dd8378..d759395 100644 --- a/src/test_module.py +++ b/src/test_module.py @@ -532,7 +532,7 @@ class Test: # Case where SALOME has the launcher that uses the SalomeContext API else: - launcher_name = src.get_launcher_name(config) + launcher_name = src.get_launcher_name(self.config) binSalome = os.path.join(self.config.APPLICATION.workdir, launcher_name)