Skip to content

Commit

Permalink
Make it easier to debug Taskcluster runs
Browse files Browse the repository at this point in the history
Print out each command before it is run,
to help debug future Taskcluster issues.
  • Loading branch information
aneeshusa committed May 21, 2018
1 parent f41377f commit 6861f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/taskcluster-test.sh
Expand Up @@ -8,6 +8,8 @@ set -o errexit
set -o nounset
set -o pipefail

set -x

curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
export PATH="${HOME}/.cargo/bin:${PATH}"

Expand Down

0 comments on commit 6861f9b

Please sign in to comment.