HBASE-10917 Fix hbase book Tests page (bharath v)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2014-04-07 12:29:26 +00:00
parent 3b1c72dfd3
commit c9864322c5
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ There is one report for small tests, and one report for medium and large tests i
pass multiple, individual tests as a comma-delimited list:
<programlisting>mvn test -Dtest=MyTest1,MyTest2,MyTest3</programlisting>
You can also pass a package, which will run all tests under the package:
<programlisting>mvn test -Dtest=org.apache.hadoop.hbase.client.*</programlisting>
<programlisting>mvn test '-Dtest=org.apache.hadoop.hbase.client.*'</programlisting>
</para>
<para>