Skip to content

Commit

Permalink
Fix variables used in naming jobs in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jun 27, 2019
1 parent e99de6d commit 0974340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ trigger:
pr:
- master

variables:
pytest_extra_flags: ''

jobs:

- job: Linux
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ steps:
inputs:
testResultsFiles: '**/test-*.xml'
failTaskOnFailedTests: true
testRunTitle: 'Test results for Python $CONDA_ENV $PYTEST_EXTRA_FLAGS'
testRunTitle: 'Test results for Python $(conda_env) $(pytest_extra_flags)'

0 comments on commit 0974340

Please sign in to comment.