rust/src/ci
Mazdak Farrokhzad 6282fae46f
Rollup merge of #61322 - pietroalbini:debug-windows-submodule-cloning, r=alexcrichton
ci: display more debug information in the init_repo script

I'm *really* confused about the error message [while cloning submodules on Windows on Azure](https://dev.azure.com/rust-lang/e71b0ddf-dd27-435a-873c-e30f86eea377/_apis/build/builds/295/logs/506):

```
/usr/bin/tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try '/usr/bin/tar --help' or '/usr/bin/tar --usage' for more information.
```

It doesn't make sense for it to execute a command without any of those flags since they're clearly added:

81970852e1/src/ci/init_repo.sh (L45)

So this adds `set -x` to the script to hopefully catch what command it's executing.

r? @alexcrichton
cc https://github.com/rust-lang/rust/issues/61301
2019-05-30 10:53:05 +02:00
..
docker Rollup merge of #61284 - alexcrichton:less-s3, r=pietroalbini 2019-05-30 10:52:59 +02:00
init_repo.sh ci: display more debug information in the init_repo script 2019-05-29 17:57:28 +02:00
run.sh Auto merge of #60777 - pietroalbini:azure-pipelines, r=alexcrichton 2019-05-24 19:22:13 +00:00
shared.sh Add Azure Pipelines 2019-05-10 09:46:28 +02:00