Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
"test-only" does not work since sbt 1.0
https://github.com/sbt/sbt/blob/v1.0.4/notes/1.0.0.markdown

> Drops sbt 0.12 style hyphen-separated key names
  • Loading branch information
xuwei-k committed Nov 30, 2017
commit eecaf29d27e9f3f6da4e62d5bbff280f9ab2b3cb
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Here is a list of sbt commands for daily development:
> ~compile # Compile source codes
> ~test:compile # Compile both source and test codes
> ~test # Run tests upon source code change
> ~test-only *MessagePackTest # Run tests in the specified class
> ~test-only *MessagePackTest -- -n prim # Run the test tagged as "prim"
> ~testOnly *MessagePackTest # Run tests in the specified class
> ~testOnly *MessagePackTest -- -n prim # Run the test tagged as "prim"
> project msgpack-core # Focus on a specific project
> package # Create a jar file in the target folder of each project
> findbugs # Produce findbugs report in target/findbugs
Expand Down