HBASE-12628 Update instructions for running shell tests using maven.
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
415ad6b686
commit
4a36f662c2
|
@ -874,12 +874,13 @@ $ rsync -av 0.96.0RC0 people.apache.org:public_html
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
Alternatively, you may limit the shell tests that run using the system variable
|
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
|
<classname>shell.test</classname>. This value should specify the ruby literal equivalent of a
|
||||||
example, the tests that cover the shell commands for altering tables are contained in the test
|
particular test case by name. For example, the tests that cover the shell commands for
|
||||||
case <classname>AdminAlterTableTest</classname> and you can run them with:
|
altering tables are contained in the test case <classname>AdminAlterTableTest</classname>
|
||||||
|
and you can run them with:
|
||||||
</para>
|
</para>
|
||||||
<programlisting language="bourne">
|
<programlisting language="bourne">
|
||||||
mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
|
mvn clean test -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
You may also use a <link xlink:href=
|
You may also use a <link xlink:href=
|
||||||
|
|
Loading…
Reference in New Issue