dbg
[build.git] / lbuild-nightly.sh
index f781f79..bba6f85 100755 (executable)
@@ -317,9 +317,10 @@ 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="" ;;
-       2) success=true; IGNORED=true ;;
+       1) success=true; IGNORED=true ;;
        *) success="" ;; 
     esac