From: Serge Rehbinder Date: Thu, 20 Oct 2016 07:39:45 +0000 (+0200) Subject: bug fix for test with edf appli X-Git-Tag: 5.0.0a1~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9efc4affc785ef327e6de3dc7cae8ec0c8d96fe;p=tools%2Fsat.git bug fix for test with edf appli --- diff --git a/src/test_module.py b/src/test_module.py index a1c5bbd..9fa7ee2 100644 --- a/src/test_module.py +++ b/src/test_module.py @@ -513,7 +513,8 @@ class Test: # Case where SALOME has NOT the launcher that uses the SalomeContext API if VersionSalome < 730: - binSalome = os.path.join(self.config.APPLI.grid_appli_install_dir, + appdir_path = os.path.join(self.config.APPLICATION.workdir, appdir) + binSalome = os.path.join(appdir_path, appdir, "runAppli") binPython = "python"