retcod
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 17:33:35 +0000 (18:33 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2014 17:33:35 +0000 (18:33 +0100)
lbuild-nightly.sh

index f781f79..20611c8 100755 (executable)
@@ -319,7 +319,7 @@ function run_log () {
     # interpret retcod of TestMain.py; 2 means there were ignored steps that failed
     case $retcod in
        0) success=true; IGNORED="" ;;
-       2) success=true; IGNORED=true ;;
+       1) success=true; IGNORED=true ;;
        *) success="" ;; 
     esac