Skip to content

Commit 2f95cf0

Browse files
committed
[build-script] Fix typo in variable name.
s/LLVM_LIT_ARG/LLVM_LIT_ARGS/
1 parent 2bd55f6 commit 2f95cf0

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)