dbg
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 20:09:51 +0000 (21:09 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 20:09:51 +0000 (21:09 +0100)
system/TestMain.py

index f3d38fc..bf5096e 100755 (executable)
@@ -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())