We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e46ba commit 73a2370Copy full SHA for 73a2370
libcxx/utils/ci/run-buildbot
@@ -372,7 +372,7 @@ bootstrapping-build)
372
373
echo "+++ Running the LLDB libc++ data formatter tests"
374
${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
375
- ${BUILD_DIR}/bin/llvm-lit -sv "--category libc++" "${MONOREPO_ROOT}/lldb/test/API"
+ ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
376
377
echo "--- Running the libc++ and libc++abi tests"
378
${NINJA} -vC "${BUILD_DIR}" check-runtimes
0 commit comments