mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +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 += ["--terminal"]
|
||||
sys.argv += ["--modules=GEOM"]
|
||||
sys.argv += ["--execute=%s" % script]
|
||||
sys.argv += ["%s" % script]
|
||||
clt, d = runSalome.main()
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user