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/08/07 10:56:32 UTC

[cassandra-builds] branch trunk updated: ninja-fix: correct echo failure message in cassandra-test.sh

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 1bcb275  ninja-fix: correct echo failure message in cassandra-test.sh
1bcb275 is described below

commit 1bcb275ed942dbad280188547361339d6fddbe98
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Aug 7 12:55:40 2021 +0200

    ninja-fix: correct echo failure message in cassandra-test.sh
---
 build-scripts/cassandra-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index 7756ecd..2e6750a 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -58,7 +58,7 @@ _run_testlist() {
       testlist="$( _list_tests "${_target_prefix}" | head -n1)"
     fi
     ant clean jar
-    ant $_testlist_target -Dtest.classlistprefix="${_target_prefix}" -Dtest.classlistfile=<(echo "${testlist}") -Dtest.timeout="${_test_timeout}" -Dtmp.dir="${TMP_DIR}" || echo "failed ${_target_prefix} ${$_testlist_target}"
+    ant $_testlist_target -Dtest.classlistprefix="${_target_prefix}" -Dtest.classlistfile=<(echo "${testlist}") -Dtest.timeout="${_test_timeout}" -Dtmp.dir="${TMP_DIR}" || echo "failed ${_target_prefix} ${_testlist_target}"
 }
 
 _main() {

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