CONTRIBUTING.md: Fix error in scripted test command

This commit is contained in:
Guillaume Martres 2016-01-23 17:39:17 +01:00 committed by Eugene Yokota
parent dc6fbaff8a
commit b8e490fbfe
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ You can run the integration tests with the `sbt scripted` sbt
command. To run a single test, such as the test in
`sbt/src/sbt-test/project/global-plugin`, simply run:
sbt scripted project/global-plugin
sbt "scripted project/global-plugin"
Please note that these tests run PAINFULLY slow if the version set in
`build.sbt` is set to SNAPSHOT, as every time the scripted test boots