]> git.lizzy.rs Git - rust.git/commitdiff
ci: display more debug information in the init_repo script
authorPietro Albini <pietro@pietroalbini.org>
Wed, 29 May 2019 15:57:28 +0000 (17:57 +0200)
committerPietro Albini <pietro@pietroalbini.org>
Wed, 29 May 2019 15:57:28 +0000 (17:57 +0200)
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