1
Fork 0

ci: display more debug information in the init_repo script

This commit is contained in:
Pietro Albini 2019-05-29 17:57:28 +02:00
parent 81970852e1
commit 5f4f3684b9
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -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