TUN-6984: Add bash set x to improve visibility during builds

This commit is contained in:
Sudarsan Reddy 2022-12-05 13:59:38 +00:00
parent 4c10f68e2d
commit 09e33a0b17
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -euxo pipefail
if [[ "$(uname)" != "Darwin" ]] ; then
echo "This should be run on macOS"