From 538c2d57c755a72b5adc116cf1e3c16457b8acd9 Mon Sep 17 00:00:00 2001 From: "narrieta@microsoft" Date: Thu, 2 Jan 2025 15:46:07 -0800 Subject: [PATCH] . --- tests/python_eol/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/python_eol/pipeline.yml b/tests/python_eol/pipeline.yml index 320f0f3d6..42549e842 100644 --- a/tests/python_eol/pipeline.yml +++ b/tests/python_eol/pipeline.yml @@ -44,7 +44,9 @@ jobs: KeyVaultName: 'waagenttests' SecretsFilter: 'CR-USER, CR-SECRET' - - bash: $(Build.SourcesDirectory)/tests/python_eol/execute_tests.sh $(VERSION) + - bash: | + mkdir $(Agent.TempDirectory)/logs + $(Build.SourcesDirectory)/tests/python_eol/execute_tests.sh $(VERSION) displayName: "Execute tests" continueOnError: true env: