X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ftestme.py;h=13748ea6ea2c6d81ac6e2820c04e7f91c597d6b9;hb=33b6f8700337fa00f3e48076a6f6d8df87d8e57f;hp=d881f13a4d92747c112c07060db0e224f214ae7a;hpb=385d4cede5f752d0eec26c306f3b5e14511e2a3d;p=modules%2Fsmesh.git diff --git a/doc/salome/examples/testme.py b/doc/salome/examples/testme.py index d881f13a4..13748ea6e 100755 --- a/doc/salome/examples/testme.py +++ b/doc/salome/examples/testme.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -31,7 +31,7 @@ class SalomeSession(object): pass sys.argv = [run_script] sys.argv += ["--terminal"] - sys.argv += ["--modules=GEOM,MED,SMESH"] + sys.argv += ["--modules=GEOM,SHAPER,SHAPERSTUDY,SMESH"] sys.argv += ["%s" % script] if sys.platform == 'win32': main_module_path = sys.modules['__main__'].__file__