summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-23 22:33:17 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-23 22:38:46 +0200
commit789d18141660b4dabe692908bd6bcb588cc67379 (patch)
tree700bdbf8c752c19482b7fedb1e31f682ccb888b4 /.azure-pipelines
parent3260d5994ec33bfaf81162c61d0d20bfff023375 (diff)
downloadbundler-789d18141660b4dabe692908bd6bcb588cc67379.tar.gz
Consistenly use the default RSpec formatternormalize_rspec_formatter
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml
index d23c52b584..1aedc8a4f8 100644
--- a/.azure-pipelines/steps.yml
+++ b/.azure-pipelines/steps.yml
@@ -28,7 +28,7 @@ steps:
displayName: 'gem install rspec_junit_formatter'
- script: |
- ruby -r rspec_junit_formatter bin/rspec --format progress --format RspecJunitFormatter -o rspec/bundler-junit-results.xml || exit 0
+ ruby -r rspec_junit_formatter bin/rspec --format RspecJunitFormatter -o rspec/bundler-junit-results.xml || exit 0
displayName: 'ruby bin/rspec'
- task: PublishTestResults@2