From e405c5b49652d453e48bd1b89fefccd42dc0653c Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Fri, 18 Oct 2019 18:24:09 +0200 Subject: [PATCH] Use set -x to output commands running That is helpful to debug builds --- scripts/run_cmake.sh | 2 +- scripts/run_ninja_check-all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_cmake.sh b/scripts/run_cmake.sh index d661dcd..404567a 100755 --- a/scripts/run_cmake.sh +++ b/scripts/run_cmake.sh @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -set -eu +set -eux echo "Running CMake... ======================================" cd ${WORKSPACE} diff --git a/scripts/run_ninja_check-all.sh b/scripts/run_ninja_check-all.sh index cb35728..786c9c4 100755 --- a/scripts/run_ninja_check-all.sh +++ b/scripts/run_ninja_check-all.sh @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -set -eu +set -eux echo "Running check-all... =====================================" cd ${WORKSPACE}