You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2017/08/30 11:39:19 UTC

[05/15] cassandra git commit: Only collect test xml where it exists

Only collect test xml where it exists

Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13807


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

Branch: refs/heads/cassandra-3.11
Commit: 0ffce2e938308fde803b93ed2e29d22b3eb5cd54
Parents: 6b92778
Author: Marcus Eriksson <ma...@apache.org>
Authored: Wed Aug 30 13:34:52 2017 +0200
Committer: Marcus Eriksson <ma...@apache.org>
Committed: Wed Aug 30 13:34:52 2017 +0200

----------------------------------------------------------------------
 circle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0ffce2e9/circle.yml
----------------------------------------------------------------------
diff --git a/circle.yml b/circle.yml
index f4db279..0c3f86b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,6 +13,6 @@ test:
   post:
     - mkdir -p $CIRCLE_TEST_REPORTS/junit/:
         parallel: true
-    - find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;:
+    - case $CIRCLE_NODE_INDEX in [0123]) find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; ;;esac:
         parallel: true
 


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