summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2015-06-22 13:42:51 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-10 14:34:14 -0500
commite494fa231626e93739d84b5ba0c2d5f5065aa6f3 (patch)
treed26ee4934348837feef11612acef19c8d26f6afe
parenta6b474a1270f559ae0b7b8cf8fa994e022882f4e (diff)
downloadtalos-hostboot-e494fa231626e93739d84b5ba0c2d5f5065aa6f3.tar.gz
talos-hostboot-e494fa231626e93739d84b5ba0c2d5f5065aa6f3.zip
Pass Return Code back to HB tool for errlparser
Change-Id: Iec541eedd2e87b8ca600589850baeb71e7e4207f CQ: SW311867 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18661 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rwxr-xr-xsrc/build/tools/hb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index 19625142f..bb2490350 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -499,6 +499,7 @@ hb_errlparser()
fi
${HOSTBOOTROOT}/src/build/citest/build-errl-parsers
+ return $?
}
hb_cachesync()
OpenPOWER on IntegriCloud