Skip to content

Commit 7503b1e

Browse files
author
Davide Italiano
committed
[testsuite] Run only the swift tests for lldb.
1 parent 0fa8706 commit 7503b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ KNOWN_SETTINGS=(
5656
lldb-extra-xcodebuild-args "" "extra command line args to pass to lldb xcodebuild"
5757
lldb-test-cc "" "CC to use for building LLDB testsuite test inferiors. Defaults to just-built, in-tree clang. If set to 'host-toolchain', sets it to same as host-cc."
5858
lldb-test-with-curses "" "run test lldb test runner using curses terminal control"
59-
lldb-test-swift-only "" "when running lldb tests, only include Swift-specific tests"
59+
lldb-test-swift-only "1" "when running lldb tests, only include Swift-specific tests"
6060
lldb-no-debugserver "" "delete debugserver after building it, and don't try to codesign it"
6161
lldb-use-system-debugserver "" "don't try to codesign debugserver, and use the system's debugserver instead"
6262
llvm-build-type "Debug" "the CMake build variant for LLVM and Clang (Debug, RelWithDebInfo, Release, MinSizeRel). Defaults to Debug."

0 commit comments

Comments
 (0)