Skip to content

Commit 35be331

Browse files
authored
Merge pull request #445 from xuwei-k/patch-1
"test-only" does not work since sbt 1.0
2 parents f0b87b2 + eecaf29 commit 35be331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Here is a list of sbt commands for daily development:
6767
> ~compile # Compile source codes
6868
> ~test:compile # Compile both source and test codes
6969
> ~test # Run tests upon source code change
70-
> ~test-only *MessagePackTest # Run tests in the specified class
71-
> ~test-only *MessagePackTest -- -n prim # Run the test tagged as "prim"
70+
> ~testOnly *MessagePackTest # Run tests in the specified class
71+
> ~testOnly *MessagePackTest -- -n prim # Run the test tagged as "prim"
7272
> project msgpack-core # Focus on a specific project
7373
> package # Create a jar file in the target folder of each project
7474
> findbugs # Produce findbugs report in target/findbugs

0 commit comments

Comments
 (0)