From 55ada7f89325071aa570e74100993ecc1b0238be Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 18 Jan 2008 10:44:45 +0000 Subject: [PATCH] avoid stack print when running --help --- system/TestMain.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/TestMain.py b/system/TestMain.py index 32ea7a0..5e7d8f8 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -214,6 +214,8 @@ steps refer to a method in TestPlc or to a step_* module"""%(TestMain.default_bu return 0 else: return 1 + except SystemExit: + raise except: traceback.print_exc() return 2 -- 2.47.0