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 86da57f498
commit 68b94886a5
1 changed files with 2 additions and 2 deletions

View File

@ -255,10 +255,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>