[infra] adding -x to compile scripts to see all commands that are executed

This commit is contained in:
Mike Aizatsky 2016-11-15 11:35:25 -08:00
parent 573845b258
commit 95605c91d9
1 changed files with 2 additions and 3 deletions

View File

@ -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