File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2529,9 +2529,7 @@ for host in "${ALL_HOSTS[@]}"; do
2529
2529
2530
2530
if [[ " ${ENABLE_ASAN} " ]] ; then
2531
2531
# Limit the number of parallel tests.
2532
- LLVM_LIT_ARGS+=(
2533
- " --threads=$( sysctl hw.physicalcpu | cut -d : -f 2) "
2534
- )
2532
+ LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} --threads=$( sysctl hw.physicalcpu | awk ' {print $2}' ) "
2535
2533
fi
2536
2534
fi
2537
2535
;;
@@ -3142,7 +3140,7 @@ for host in "${ALL_HOSTS[@]}"; do
3142
3140
call ${NINJA_BIN} unittests/LLDBUnitTests
3143
3141
with_pushd ${results_dir} \
3144
3142
call " ${llvm_build_dir} /bin/llvm-lit" \
3145
- " ${lldb_build_dir} /lit" -sv \
3143
+ " ${lldb_build_dir} /lit" \
3146
3144
${LLVM_LIT_ARGS} \
3147
3145
--xunit-xml-output=${results_dir} /results.xml \
3148
3146
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \" ${DOTEST_EXTRA} \" "
@@ -3151,7 +3149,7 @@ for host in "${ALL_HOSTS[@]}"; do
3151
3149
" ${LLDB_TEST_SWIFT_COMPATIBILITY} "
3152
3150
with_pushd ${results_dir} \
3153
3151
call " ${llvm_build_dir} /bin/llvm-lit" \
3154
- " ${lldb_build_dir} /lit" -sv \
3152
+ " ${lldb_build_dir} /lit" \
3155
3153
${LLVM_LIT_ARGS} \
3156
3154
--xunit-xml-output=${results_dir} /results.xml \
3157
3155
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \" ${LLDB_TEST_SWIFT_COMPATIBILITY} \" -t -E \" ${DOTEST_EXTRA} \" "
You can’t perform that action at this time.
0 commit comments