Skip to content

Commit

Permalink
ci: display more debug information in the init_repo script
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 29, 2019
1 parent 8197085 commit 5f4f368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/init_repo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# FIXME(61301): we need to debug spurious failures with this on Windows on
# Azure, so let's print more information in the logs.
set -x

set -o errexit
set -o pipefail
set -o nounset
Expand Down

0 comments on commit 5f4f368

Please sign in to comment.