You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/11/05 15:36:25 UTC

[cassandra] branch cassandra-3.0 updated: ninja-fix antcall maybe-build-test needs inheritRefs (CASSANDRA-18000)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new 30a3266780 ninja-fix antcall maybe-build-test needs inheritRefs (CASSANDRA-18000)
30a3266780 is described below

commit 30a3266780c841f52a6accfece48d138d839e32d
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Nov 5 15:50:28 2022 +0100

    ninja-fix antcall maybe-build-test needs inheritRefs (CASSANDRA-18000)
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f822fe72c5..965ff8640d 100644
--- a/build.xml
+++ b/build.xml
@@ -1081,7 +1081,7 @@
     See CASSANDRA-16625 and CASSANDRA-18000 for further details.
      -->
   <target name="maybe-build-test" unless="no-build-test">
-    <antcall target="build-test"/>
+    <antcall target="build-test" inheritRefs="true"/>
   </target>
 
   <target name="build-test" depends="jar,stress-build" description="Compile test classes">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org