Skip to content

Commit 24aa024

Browse files
JDevliegherebob-wilson
authored andcommitted
Rename lldb-test-depends -> lldb-test-deps
This matches the change in upstream LLDB. I've also aligned the invocations to improve the readability and make it clear that they're separate commands executed after each other. (cherry picked from commit 5b1d826)
1 parent 66777f7 commit 24aa024

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

utils/build-script-impl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,13 +3138,15 @@ for host in "${ALL_HOSTS[@]}"; do
31383138

31393139
if [[ "$using_xcodebuild" == "FALSE" ]] ; then
31403140
with_pushd ${lldb_build_dir} \
3141-
call ${NINJA_BIN} unittests/LLDBUnitTests
3141+
call ${NINJA_BIN} unittests/LLDBUnitTests
3142+
with_pushd ${lldb_build_dir} \
3143+
call ${NINJA_BIN} lldb-test-deps
31423144
with_pushd ${results_dir} \
3143-
call "${llvm_build_dir}/bin/llvm-lit" \
3144-
"${lldb_build_dir}/lit" \
3145-
${LLVM_LIT_ARGS} \
3146-
--xunit-xml-output=${results_dir}/results.xml \
3147-
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
3145+
call "${llvm_build_dir}/bin/llvm-lit" \
3146+
"${lldb_build_dir}/lit" \
3147+
${LLVM_LIT_ARGS} \
3148+
--xunit-xml-output=${results_dir}/results.xml \
3149+
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
31483150
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
31493151
echo "Running LLDB swift compatibility tests against" \
31503152
"${LLDB_TEST_SWIFT_COMPATIBILITY}"

0 commit comments

Comments
 (0)