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

[2/3] cassandra git commit: Re-enable brief output for junit logs from CASSANDRA-9528

Re-enable brief output for junit logs from CASSANDRA-9528


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

Branch: refs/heads/trunk
Commit: 43b18d1802d90fcfaf608754c25de1ee487d8282
Parents: 96d41f0
Author: Sam Tunnicliffe <sa...@beobal.com>
Authored: Wed Aug 19 18:11:51 2015 +0100
Committer: Sam Tunnicliffe <sa...@beobal.com>
Committed: Wed Aug 19 18:11:51 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/43b18d18/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8df738c..7ed90d3 100644
--- a/build.xml
+++ b/build.xml
@@ -1216,6 +1216,8 @@
         <jvmarg value="-Dcassandra.test.sstableformatdevelopment=true"/>
         <!-- The first time SecureRandom initializes can be slow if it blocks on /dev/random -->
         <jvmarg value="-Djava.security.egd=file:/dev/urandom" />
+        <jvmarg value="-Dcassandra.testtag=@{testtag}"/>
+        <jvmarg value="-Dcassandra.keepBriefBrief=${cassandra.keepBriefBrief}" />
 	<optjvmargs/>
         <classpath>
           <path refid="cassandra.classpath" />