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

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/68b94886
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/68b94886
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/68b94886

Branch: refs/heads/hbase-12439
Commit: 68b94886a5cc0d8db26c49616669c244f9cae916
Parents: 86da57f
Author: Elliott Clark <ecl...@apache.org>
Authored: Thu Nov 5 15:30:41 2015 -0800
Committer: Elliott Clark <ecl...@apache.org>
Committed: Thu Nov 5 16:27:14 2015 -0800

----------------------------------------------------------------------
 hbase-shell/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/68b94886/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index cef3e59..f80858b 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -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>

Reply via email to