Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Add -rxs to tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Sep 8, 2020
1 parent 7a84709 commit 1808160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/runTestOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- script: sudo -E tox -p all -e
aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug
-- --cred=$(Build.SourcesDirectory)/cred.json --server=$(meteringServer) --artifacts_dir=$(Build.SourcesDirectory)/artifacts ${{ config.tox_extra_option }}
-- --cred=$(Build.SourcesDirectory)/cred.json --server=$(meteringServer) --artifacts_dir=$(Build.SourcesDirectory)/artifacts ${{ config.tox_extra_option }} -rxs
displayName: Run tests with Tox
env:
CODECOV_TOKEN: $(codecovToken)
Expand Down

0 comments on commit 1808160

Please sign in to comment.