From: Thierry Parmentelat Date: Fri, 24 Jan 2014 20:09:22 +0000 (+0100) Subject: dbg X-Git-Tag: before_libvirt_121~25 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=b3af239a37459e5004af996053ead9aca8d51066 dbg --- diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 20611c89..bba6f850 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -317,6 +317,7 @@ 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="" ;; 1) success=true; IGNORED=true ;;