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 2021/05/06 20:47:47 UTC

[cassandra-builds] branch trunk updated: ninja-fix: in cassandra-test.sh put jar before *-build-test ant target

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new a740982  ninja-fix: in cassandra-test.sh put jar before *-build-test ant target
a740982 is described below

commit a74098230db6c8c6b9bc12db891c8299e27a5e7d
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu May 6 22:46:40 2021 +0200

    ninja-fix: in cassandra-test.sh put jar before *-build-test ant target
---
 build-scripts/cassandra-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index b962a1e..7756ecd 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -99,12 +99,12 @@ _main() {
   case $target in
     "stress-test")
       # hard fail on test compilation, but dont fail the test run as unstable test reports are processed
-      ant clean stress-build-test jar
+      ant clean jar stress-build-test
       ant $target -Dtmp.dir="$(pwd)/tmp" || echo "failed $target"
       ;;
     "fqltool-test")
       # hard fail on test compilation, but dont fail the test run so unstable test reports are processed
-      ant clean fqltool-build-test jar
+      ant clean jar fqltool-build-test
       ant $target -Dtmp.dir="$(pwd)/tmp" || echo "failed $target"
       ;;
     "microbench")

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