Skip to content

Commit

Permalink
fixup! properly pass dotest args
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Oct 4, 2024
1 parent e47c204 commit 28e6bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/ci/run-buildbot
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ bootstrapping-build)

echo "+++ Running the LLDB libc++ data formatter tests"
${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
${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"

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

0 comments on commit 28e6bac

Please sign in to comment.