Skip to content

Commit

Permalink
Update Bloop Test Configuration
Browse files Browse the repository at this point in the history
This test configuration will by default run _all_ tests for Bloop/SBT projects which follow the standard idioms.
  • Loading branch information
isomarcte authored and bbatsov committed Apr 16, 2019
1 parent b54be3e commit 0a45151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ test/impl/other files as below:
:test-suffix "_test")
(projectile-register-project-type 'bloop '(".bloop")
:compile "bloop compile root"
:test "bloop test root")
:test "bloop test --propagate --reporter scalac root")
;; Ruby
(projectile-register-project-type 'ruby-rspec '("Gemfile" "lib" "spec")
:compile "bundle exec rake"
Expand Down

0 comments on commit 0a45151

Please sign in to comment.