From 343fc21b9ec17f3c846b94a2b0fbde94f506de19 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sat, 25 Jan 2014 23:49:30 +0100
Subject: [PATCH] run_log retcod now is     # 0: SUCCESS     # 1: FAILURE     #
 2: SUCCESS but some ignored steps failed     # 3: OTHER ERROR

---
 lbuild-nightly.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.47.0