From: Thierry Parmentelat Date: Fri, 24 Jan 2014 20:09:51 +0000 (+0100) Subject: dbg X-Git-Tag: tests-5.3-2~32 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=7c07c97c58e15d69152e324dc2495f57ff55d00c dbg --- diff --git a/system/TestMain.py b/system/TestMain.py index f3d38fc..bf5096e 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -535,4 +535,6 @@ steps refer to a method in TestPlc or to a step_* module return 3 if __name__ == "__main__": + exit_code = TestMain().main() + print 'run_log is exiting',exit_code sys.exit(TestMain().main())