From: Serge Rehbinder Date: Thu, 20 Oct 2016 07:56:45 +0000 (+0200) Subject: bug fix for test with edf appli X-Git-Tag: 5.0.0a1~68 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=01bb511ec9ac3eba9e84a8e5e71f90f2f34dc9fd;p=tools%2Fsat.git bug fix for test with edf appli --- 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"