diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 7a717c66fa9..66eb83fcf20 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -409,6 +409,12 @@ or run all the boxes: mvn -Dtests.vagrant=all -pl qa/vagrant verify --------------------------------------- +If you want to run a specific test on several boxes you can do: + +--------------------------------------- +mvn -Dtests.vagrant=all -pl qa/vagrant verify -DtestScripts=*tar*.bats +--------------------------------------- + Its important to know that if you ctrl-c any of these `mvn` runs that you'll probably leave a VM up. You can terminate it by running: