From 95605c91d9ae8db7ae7f1b0cd6aff73d7c42ea0e Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 15 Nov 2016 11:35:25 -0800 Subject: [PATCH] [infra] adding -x to compile scripts to see all commands that are executed --- infra/base-images/base-libfuzzer/compile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/base-images/base-libfuzzer/compile b/infra/base-images/base-libfuzzer/compile index 5a688ab98..256a409a5 100755 --- a/infra/base-images/base-libfuzzer/compile +++ b/infra/base-images/base-libfuzzer/compile @@ -1,4 +1,4 @@ -#!/bin/bash -eu +#!/bin/bash -eux # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,5 +36,4 @@ echo "FUZZER_LDFLAGS=$FUZZER_LDFLAGS" echo "---------------------------------------------------------------" cd /src -/src/build.sh - +bash -x /src/build.sh