You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2016/08/17 22:08:09 UTC

[6/9] cassandra git commit: Ninja: temporarily remove test-clientutil-jar from test-all

Ninja: temporarily remove test-clientutil-jar from test-all

This is a temporary measure to fix test-all until CASSANDRA-11635 can be
properly fixed and allow test-clientutil-jar to work again.


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/01ae2794
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/01ae2794
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/01ae2794

Branch: refs/heads/trunk
Commit: 01ae2794e5f3f33d8755cb913f11d917cf7e6bd7
Parents: 5694a2a
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Wed Aug 17 17:03:30 2016 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Aug 17 17:03:30 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/01ae2794/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index acc7c9e..532c944 100644
--- a/build.xml
+++ b/build.xml
@@ -1442,7 +1442,7 @@
   </target>
 
   <target name="test-all" 
-          depends="eclipse-warnings,test,long-test,test-compression,test-clientutil-jar" 
+          depends="eclipse-warnings,test,long-test,test-compression" 
           description="Run all tests except for those under test-burn" />
   
   <!-- Use JaCoCo ant extension without needing externally saved lib -->