mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
d98130985e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue