From 6538ab6e1bc3d71412f4caf567cd18a11e1267c2 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 27 Jan 2014 14:31:49 +0100
Subject: [PATCH] print out exit codes

---
 system/TestMain.py | 1 +
 system/run_log     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/system/TestMain.py b/system/TestMain.py
index ff6098f..4241e6a 100755
--- a/system/TestMain.py
+++ b/system/TestMain.py
@@ -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)
diff --git a/system/run_log b/system/run_log
index 08833aa..0003226 100755
--- a/system/run_log
+++ b/system/run_log
@@ -19,4 +19,5 @@ case "$retcod" in
     2) touch logs/warning ;;
 esac
 
+echo run_log exit_code $retcod
 exit $retcod
-- 
2.47.0