mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-13 17:18:36 +05:00
Correct test runner after switch default run mode to SSL
This commit is contained in:
parent
f504886648
commit
79d9367898
@ -23,8 +23,8 @@ import unittest, sys, os
|
|||||||
|
|
||||||
class SalomeSession(object):
|
class SalomeSession(object):
|
||||||
def __init__(self, script):
|
def __init__(self, script):
|
||||||
import runSalome
|
import runSalomeOld as runSalome
|
||||||
run_script = "runSalome.py"
|
run_script = "runSalomeOld.py"
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
module_dir = os.getenv("KERNEL_ROOT_DIR")
|
module_dir = os.getenv("KERNEL_ROOT_DIR")
|
||||||
if module_dir: run_script = os.path.join(module_dir, "bin", "salome", run_script)
|
if module_dir: run_script = os.path.join(module_dir, "bin", "salome", run_script)
|
||||||
|
Loading…
Reference in New Issue
Block a user