Skip to content

Commit

Permalink
Use the full rspec.json if one exists
Browse files Browse the repository at this point in the history
 (#4976)

* Use the full rspec.json if one exists

* Update dependencies for the mimemagic situation

Co-authored-by: Oleg Pudeyev <oleg@bsdpower.com>
  • Loading branch information
p-mongo and p committed Mar 30, 2021
1 parent 63fccd4 commit d316d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ else
bundle exec rake ci
fi

if test -f tmp/rspec-all.json; then
mv tmp/rspec-all.json tmp/rspec.json
fi

python -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
2 changes: 1 addition & 1 deletion test-apps
Submodule test-apps updated 1 files
+53 −55 rails-api/Gemfile.lock

0 comments on commit d316d31

Please sign in to comment.