Add note on how to do all tests w/ security profile enabled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1214901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82a4dedeee
commit
e77df774eb
|
@ -225,7 +225,8 @@ unit test characterizations.</para>
|
|||
<para>Running <programlisting>mvn test</programlisting> will execute all small tests in a single JVM and medium tests in a separate JVM for
|
||||
each test instance. Medium tests are NOT executed if there is an error in a small test.
|
||||
Large tests are NOT executed. There is one report for small tests, and one report for
|
||||
medium tests if they are executed.
|
||||
medium tests if they are executed. To run small and medium tests with the security
|
||||
profile enabled, do <programlisting>mvn test -P security</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue