Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 2, 2025
1 parent 7aaf501 commit 538c2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python_eol/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 538c2d5

Please sign in to comment.