print out exit codes
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 27 Jan 2014 13:31:49 +0000 (14:31 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 27 Jan 2014 13:31:49 +0000 (14:31 +0100)
system/TestMain.py
system/run_log

index ff6098f..4241e6a 100755 (executable)
@@ -539,4 +539,5 @@ steps refer to a method in TestPlc or to a step_* module
 
 if __name__ == "__main__":
     exit_code = TestMain().main()
+    print "TestMain exit code",exit_code
     sys.exit(exit_code)
index 08833aa..0003226 100755 (executable)
@@ -19,4 +19,5 @@ case "$retcod" in
     2) touch logs/warning ;;
 esac
 
+echo run_log exit_code $retcod
 exit $retcod