Browse Source

add -DtestScript option

Britta Weber 10 years ago
parent
commit
de73910a13
1 changed files with 6 additions and 0 deletions
  1. 6 0
      TESTING.asciidoc

+ 6 - 0
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: