You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/04/21 22:10:15 UTC

[3/4] git commit: ACCUMULO-2171 Include ShellServerIT in minimal/sunny testing

ACCUMULO-2171 Include ShellServerIT in minimal/sunny testing


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6ea1ead4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6ea1ead4
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6ea1ead4

Branch: refs/heads/master
Commit: 6ea1ead4e97ca98fbca4dccf2eb70a58301a5c19
Parents: d275090
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Apr 21 15:24:37 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Apr 21 15:27:53 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6ea1ead4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d321c55..133e08e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1061,7 +1061,7 @@
       <id>sunny</id>
       <properties>
         <failIfNoTests>false</failIfNoTests>
-        <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT</it.test>
+        <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT</it.test>
       </properties>
     </profile>
     <profile>