mirror of https://github.com/sbt/sbt.git
CONTRIBUTING.md: Fix error in scripted test command
This commit is contained in:
parent
afa8603ef7
commit
bc3d2268ed
|
|
@ -177,7 +177,7 @@ You can run the integration tests with the `sbt scripted` sbt
|
||||||
command. To run a single test, such as the test in
|
command. To run a single test, such as the test in
|
||||||
`sbt/src/sbt-test/project/global-plugin`, simply run:
|
`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
|
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
|
`build.sbt` is set to SNAPSHOT, as every time the scripted test boots
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue