X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ftestme.py;h=13748ea6ea2c6d81ac6e2820c04e7f91c597d6b9;hp=cd74c44959f351fd6963101670401544f9c44c0c;hb=705ff2e64ca884a8b62d28974fd63a9f15772cb2;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324 diff --git a/doc/salome/examples/testme.py b/doc/salome/examples/testme.py index cd74c4495..13748ea6e 100755 --- a/doc/salome/examples/testme.py +++ b/doc/salome/examples/testme.py @@ -1,4 +1,5 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +#!/usr/bin/env python3 +# 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 @@ -17,7 +18,6 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -#!/usr/bin/env python import unittest, sys, os @@ -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__