From: aguerre Date: Thu, 29 Aug 2013 09:28:39 +0000 (+0000) Subject: Removing --execute option is unit tests X-Git-Tag: BR_hydro_v_0_3_1~143 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=119b200b5f9f44971c744c6b7613b9fa33d417a8;p=modules%2Fgeom.git Removing --execute option is unit tests --- diff --git a/doc/salome/examples/testme.py b/doc/salome/examples/testme.py index 17122a3f8..bbe8f82d7 100755 --- a/doc/salome/examples/testme.py +++ b/doc/salome/examples/testme.py @@ -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