HBASE-14773 Fix HBase shell tests are skipped when skipping server tests.

This commit is contained in:
Elliott Clark 2015-11-05 15:30:41 -08:00
parent 2b84c40f01
commit 7c9e173830
1 changed files with 2 additions and 2 deletions

View File

@ -256,10 +256,10 @@
<profiles>
<!-- Skip the tests in this module -->
<profile>
<id>skipServerTests</id>
<id>skipShellTests</id>
<activation>
<property>
<name>skipServerTests</name>
<name>skipShellTests</name>
</property>
</activation>
<properties>