From 4dd93f7bb0b8f848e2c3f441c68144f6ac105cb0 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 8 Sep 2020 16:31:06 -0700 Subject: [PATCH] dump logs --- .azure-pipelines/templates/steps/tox-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 828552e43..7495a5b0c 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -46,6 +46,7 @@ steps: else python -m tox fi + cat tests/letstest/letest-*/*.log env: AWS_ACCESS_KEY_ID: $(AWS_ACCESS_KEY_ID) AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)