]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
bug fix for test with edf appli
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 20 Oct 2016 07:56:45 +0000 (09:56 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 20 Oct 2016 07:56:45 +0000 (09:56 +0200)
src/test_module.py

index 9fa7ee23e3e8fe4456348626bbe57bd8b6a19367..3f82e34b72c8a2ac76455b6b78fd12a6ef3b4ff5 100644 (file)
@@ -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"