From 01bb511ec9ac3eba9e84a8e5e71f90f2f34dc9fd Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 20 Oct 2016 09:56:45 +0200 Subject: [PATCH] bug fix for test with edf appli --- src/test_module.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test_module.py b/src/test_module.py index 9fa7ee2..3f82e34 100644 --- a/src/test_module.py +++ b/src/test_module.py @@ -513,8 +513,7 @@ class Test: # Case where SALOME has NOT the launcher that uses the SalomeContext API if VersionSalome < 730: - appdir_path = os.path.join(self.config.APPLICATION.workdir, appdir) - binSalome = os.path.join(appdir_path, + binSalome = os.path.join(self.config.APPLICATION.workdir, appdir, "runAppli") binPython = "python" -- 2.39.2