add -DtestScript option

This commit is contained in:
Britta Weber 2015-09-25 19:04:28 +02:00
parent c379505525
commit de73910a13
1 changed files with 6 additions and 0 deletions

View File

@ -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: