Skip to content

Commit ff8c6e2

Browse files
authored
Merge pull request swiftlang#27672 from JDevlieghere/build-script-lit-args
2 parents 7214b0d + 2f95cf0 commit ff8c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@ for host in "${ALL_HOSTS[@]}"; do
30543054
results_dir="${lldb_build_dir}/test-results"
30553055

30563056
call mkdir -p "${results_dir}"
3057-
LLVM_LIT_ARG="${LLVM_LIT_ARGS} --xunit-xml-output=${results_dir}/results.xml"
3057+
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --xunit-xml-output=${results_dir}/results.xml"
30583058

30593059
if [[ "${ENABLE_ASAN}" ]] ; then
30603060
# Limit the number of parallel tests

0 commit comments

Comments
 (0)