mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Removing --execute option is unit tests
This commit is contained in:
parent
91a14a8f7a
commit
119b200b5f
@ -27,7 +27,7 @@ class SalomeSession(object):
|
|||||||
sys.argv = ["runSalome.py"]
|
sys.argv = ["runSalome.py"]
|
||||||
sys.argv += ["--terminal"]
|
sys.argv += ["--terminal"]
|
||||||
sys.argv += ["--modules=GEOM"]
|
sys.argv += ["--modules=GEOM"]
|
||||||
sys.argv += ["--execute=%s" % script]
|
sys.argv += ["%s" % script]
|
||||||
clt, d = runSalome.main()
|
clt, d = runSalome.main()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user