TUN-5397: Log cloudflared output when it fails to connect tunnel

This commit is contained in:
Nuno Diegues
2021-11-09 17:30:57 +00:00
parent 1ee540a166
commit 794635fb54
3 changed files with 38 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ stretch: &stretch
post-cache:
# Creates and routes a Named Tunnel for this build. Also constructs config file from env vars.
- python3 component-tests/setup.py --type create
- pytest component-tests
- pytest component-tests -o log_cli=true --log-cli-level=INFO
# The Named Tunnel is deleted and its route unprovisioned here.
- python3 component-tests/setup.py --type cleanup
update-homebrew: