Skip to content

Commit 09e33a0

Browse files
TUN-6984: Add bash set x to improve visibility during builds
1 parent 4c10f68 commit 09e33a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -euo pipefail
3+
set -euxo pipefail
44

55
if [[ "$(uname)" != "Darwin" ]] ; then
66
echo "This should be run on macOS"

0 commit comments

Comments
 (0)