diff options
author | 2018-07-05 16:37:01 +0200 | |
---|---|---|
committer | 2018-07-05 16:37:01 +0200 | |
commit | 609e10e146a85085b80ae16872b97c79790e6f0b (patch) | |
tree | a2d64785611fa64cd18b76b9b097acfd73810b0a /jjb/common | |
parent | 32b97bdac6385333d26a00b4ed088fc080354520 (diff) |
Enable set -x for xds builds
Change-Id: I6514de300eb1f8581b1e4deffb016c842c8dd282
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-xds-header.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/common/include-xds-header.sh b/jjb/common/include-xds-header.sh index 126e79d4..c415edd9 100644 --- a/jjb/common/include-xds-header.sh +++ b/jjb/common/include-xds-header.sh @@ -3,3 +3,6 @@ # (c) 2018 Jan-Simon Moeller <jsmoeller@linuxfoundation.org> # License: GPLv2 +set -x +set -e + |