Merge branch 'cassandra-2.2' into cassandra-3.0

This commit is contained in:
Marcus Eriksson 2017-08-30 13:36:48 +02:00
commit d98130985e
1 changed files with 1 additions and 1 deletions

View File

@ -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 [012]) find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; ;;esac:
parallel: true