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:
Michael Stack 2011-12-15 18:22:27 +00:00
parent 82a4dedeee
commit e77df774eb
1 changed files with 2 additions and 1 deletions

View File

@ -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>