dbg
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 20:09:22 +0000 (21:09 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 20:09:22 +0000 (21:09 +0100)
lbuild-nightly.sh

index 20611c8..bba6f85 100755 (executable)
@@ -317,6 +317,7 @@ function run_log () {
     set -e
     
     # interpret retcod of TestMain.py; 2 means there were ignored steps that failed
+    echo "received from run_log" $retcod
     case $retcod in
        0) success=true; IGNORED="" ;;
        1) success=true; IGNORED=true ;;