talkatu/builders

22e3ca915ca1
Parents e6587a6f37c0
Children e57d7da9d7ef
Don't exit immediately and return the correct exit code
--- a/scanbuild/build.sh Fri Aug 03 21:09:22 2018 -0500
+++ b/scanbuild/build.sh Fri Aug 03 21:36:30 2018 -0500
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/sh -x
# Copyright (C) 2015-2016 Gary Kramlich <grim@reaperworld.com>
#
# This program is free software; you can redistribute it and/or modify
@@ -25,5 +25,5 @@
cp -a ${BUILD_DIR}/meson-logs/scanbuild ${CONVEY_WORKSPACE}
-exit ${?}
+exit ${EC}