Salome HOME
Issue #2431 - remove application exit from unit tests
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick2.py
index 55f84875854b3721ae20502d31807858d2a59b8f..cc681ff094d91ec4b8b50e75af75059482f7d57e 100644 (file)
@@ -23,4 +23,4 @@ import unittest
 import salome.shaper.examples.MakeBrick2
 
 if __name__ == "__main__":
-    unittest.main()
+    unittest.main(exit=False)