HBASE-12628 Update instructions for running shell tests using maven.

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Srikanth Srungarapu 2014-12-05 17:12:06 -06:00 committed by Sean Busbey
parent 415ad6b686
commit 4a36f662c2
1 changed files with 5 additions and 4 deletions

View File

@ -874,12 +874,13 @@ $ rsync -av 0.96.0RC0 people.apache.org:public_html
</programlisting>
<para>
Alternatively, you may limit the shell tests that run using the system variable
<classname>shell.test</classname>. This value may specify a particular test case by name. For
example, the tests that cover the shell commands for altering tables are contained in the test
case <classname>AdminAlterTableTest</classname> and you can run them with:
<classname>shell.test</classname>. This value should specify the ruby literal equivalent of a
particular test case by name. For example, the tests that cover the shell commands for
altering tables are contained in the test case <classname>AdminAlterTableTest</classname>
and you can run them with:
</para>
<programlisting language="bourne">
mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
mvn clean test -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
</programlisting>
<para>
You may also use a <link xlink:href=