From b9efc4affc785ef327e6de3dc7cae8ec0c8d96fe Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 20 Oct 2016 09:39:45 +0200 Subject: [PATCH] bug fix for test with edf appli --- src/test_module.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.2