You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Buildomat logs for some of our tests didn't have
execution tracing, despite `set -o xtrace` at the top of their scripts!
Turns out env.sh was the cause.
Despite this script being Bash-specific (`$BASH_SOURCE`) I went with a
POSIXy implementation here.
(Also fixed quoting, in case your checkout is within a directory path
containing spaces.)
0 commit comments