Add note on how to do single test w/ security profile enabled

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1214900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-12-15 18:20:48 +00:00
parent 063fa64fd5
commit 82a4dedeee
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,8 @@ pass multiple, individual tests as a comma-delimited list:
<programlisting>mvn test -P localTests -Dtest=MyTest1,MyTest2,MyTest3</programlisting>
You can also pass a package, which will run all tests under the package:
<programlisting>mvn test -P localTests -Dtest=org.apache.hadoop.hbase.client.*</programlisting>
To run a single test with the security profile enabled:
<programlisting>mvn test -P security,localTests -Dtest=TestGet</programlisting>
</para>
<para>