mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
soltest.sh: Prevent parallel tests from overwriting each other's XML test output
This commit is contained in:
parent
25923c1f08
commit
5111e7543c
@ -74,7 +74,7 @@ do
|
|||||||
BOOST_TEST_ARGS_RUN=(
|
BOOST_TEST_ARGS_RUN=(
|
||||||
"--color_output=no"
|
"--color_output=no"
|
||||||
"--show_progress=yes"
|
"--show_progress=yes"
|
||||||
"--logger=JUNIT,error,test_results/$(get_logfile_basename "$run").xml"
|
"--logger=JUNIT,error,test_results/$(get_logfile_basename "$((CPUs * CIRCLE_NODE_INDEX + run))").xml"
|
||||||
"${BOOST_TEST_ARGS[@]}"
|
"${BOOST_TEST_ARGS[@]}"
|
||||||
)
|
)
|
||||||
SOLTEST_ARGS=("--evm-version=$EVM" "${SOLTEST_FLAGS[@]}")
|
SOLTEST_ARGS=("--evm-version=$EVM" "${SOLTEST_FLAGS[@]}")
|
||||||
|
Loading…
Reference in New Issue
Block a user