run_log retcod now is
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 25 Jan 2014 22:49:30 +0000 (23:49 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 25 Jan 2014 22:49:30 +0000 (23:49 +0100)
    # 0: SUCCESS
    # 1: FAILURE
    # 2: SUCCESS but some ignored steps failed
    # 3: OTHER ERROR

lbuild-nightly.sh

index bba6f85..89fad90 100755 (executable)
@@ -320,8 +320,8 @@ function run_log () {
     echo "received from run_log" $retcod
     case $retcod in
        0) success=true; IGNORED="" ;;
-       1) success=true; IGNORED=true ;;
-       *) success="" ;; 
+       2) success=true; IGNORED=true ;;
+       *) success="";   IGNORED="" ;; 
     esac
 
     # gather logs in the build vm