From 6503d75446305cd80cb59f62f690a20eed49abaa Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 1 Jul 2020 21:29:49 +0200 Subject: [PATCH] Audit env --- .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 181dfa638..0baa78ce0 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -41,6 +41,7 @@ steps: ln -s $(testFarmPem.secureFilePath) tests/letstest/test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | + env if [[ "${TOXENV}" == *"oldest"* ]]; then tools/run_oldest_tests.sh else