From ae73979e4bfbbf114b6675c63b38955d912cda7e Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Tue, 20 Oct 2015 15:50:56 +0200 Subject: [PATCH] [DOCS] clarify command to run REST tests only 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. --- TESTING.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 66eb83fcf20..3fd09e6a447 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -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