Commit 52cb4040f3b185746de3ed9fd1a5251239c5a9a9

Patrick Steinhardt 2020-02-07T13:52:07

azure: test: silence curl to not cause Azure to trop Without the "--silent" parameter, curl will print a progress meter to stderr. Azure has the nice feature of interpreting any output to stderr as errors with a big red warning towards the end of the build. Let's thus silence curl to not generate any misleading messages.