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

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


The following commit(s) were added to refs/heads/master by this push:
     new c90f969  ninja-fix: build-scripts/cassandra-jvm-dtest.sh can't `exit 
1` only because of test failures (CASSANDRA-15639)
c90f969 is described below

commit c90f96911e0f3c4d093e1e2e8e16c7c28adf7b42
Author: mck <m...@apache.org>
AuthorDate: Mon Mar 16 09:19:18 2020 +0100

    ninja-fix: build-scripts/cassandra-jvm-dtest.sh can't `exit 1` only because 
of test failures (CASSANDRA-15639)
---
 build-scripts/cassandra-jvm-dtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-jvm-dtest.sh 
b/build-scripts/cassandra-jvm-dtest.sh
index 1304a82..0b41323 100755
--- a/build-scripts/cassandra-jvm-dtest.sh
+++ b/build-scripts/cassandra-jvm-dtest.sh
@@ -26,7 +26,7 @@ _main() {
   local test_timeout
   test_timeout=$(grep 'name="test.distributed.timeout"' build.xml | awk -F'"' 
'{print $4}')
 
-  ant testclasslist -Dtest.timeout="$test_timeout" -Dtest.classlistfile=<( 
_list_tests_no_upgrade ) -Dtest.classlistprefix=distributed
+  ant testclasslist -Dtest.timeout="$test_timeout" -Dtest.classlistfile=<( 
_list_tests_no_upgrade ) -Dtest.classlistprefix=distributed || echo "ant 
testclasslist failed"
 }
 
 _main "$@"


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

Reply via email to