Skip to content

Commit

Permalink
[DOCS] clarify command to run REST tests only
Browse files Browse the repository at this point in the history
Rest tests are now part of the verify goal, thus if we only want to execute those we need to skip unit tests, otherwise we'll get an error saying that the test phase completed without running any tests.
  • Loading branch information
javanna committed Oct 20, 2015
1 parent 1b461a7 commit ae73979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ The REST tests are run automatically when executing the maven test command. To r
REST tests use the following command:

---------------------------------------------------------------------------
mvn verify -Dtests.filter="@Rest"
mvn verify -Dtests.filter="@Rest" -Dskip.unit.tests=true
---------------------------------------------------------------------------

`RestNIT` are the executable test classes that runs all the
Expand Down

0 comments on commit ae73979

Please sign in to comment.