add -DtestScript option
This commit is contained in:
parent
c379505525
commit
de73910a13
|
@ -409,6 +409,12 @@ or run all the boxes:
|
||||||
mvn -Dtests.vagrant=all -pl qa/vagrant verify
|
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
|
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:
|
probably leave a VM up. You can terminate it by running:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue