From: Thierry Parmentelat Date: Sat, 25 Jan 2014 22:49:30 +0000 (+0100) Subject: run_log retcod now is X-Git-Tag: before_libvirt_121~24 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=343fc21b9ec17f3c846b94a2b0fbde94f506de19 run_log retcod now is # 0: SUCCESS # 1: FAILURE # 2: SUCCESS but some ignored steps failed # 3: OTHER ERROR --- diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index bba6f850..89fad90a 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -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