X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-nightly.sh;h=bba6f85033a436ace5444c9893357e33370a7e02;hb=b3af239a37459e5004af996053ead9aca8d51066;hp=20611c8948db23d75cdf57cec0afac39f6b1839c;hpb=46afdbdbb538e9ad90fca869dd06458e5837ef02;p=build.git 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 ;;