]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/init_repo.sh
Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay
[rust.git] / src / ci / init_repo.sh
index 3dfd3381576170b00edc3c1d851b993eb84a16e3..8b635810825f176d18cb5853c649556ea41e0cdc 100755 (executable)
@@ -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