From: Thierry Parmentelat Date: Fri, 24 Jan 2014 17:33:35 +0000 (+0100) Subject: retcod X-Git-Tag: before_libvirt_121~26 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=46afdbdbb538e9ad90fca869dd06458e5837ef02 retcod --- diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index f781f797..20611c89 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -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