Skip to content

Commit 73a2370

Browse files
committed
fixup! properly pass dotest args
1 parent d0e46ba commit 73a2370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ bootstrapping-build)
372372

373373
echo "+++ Running the LLDB libc++ data formatter tests"
374374
${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
375-
${BUILD_DIR}/bin/llvm-lit -sv "--category libc++" "${MONOREPO_ROOT}/lldb/test/API"
375+
${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
376376

377377
echo "--- Running the libc++ and libc++abi tests"
378378
${NINJA} -vC "${BUILD_DIR}" check-runtimes

0 commit comments

Comments
 (0)