diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index b05326a9..4c461083 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -euo pipefail +set -euxo pipefail if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS"