Skip to content

Commit f190342

Browse files
authored
Merge pull request #34167 from apple/dl/build-Remove-forced-tracing-of-lldb-dotest
[build] Remove forced tracing of lldb dotest
2 parents 677fcbf + 573886d commit f190342

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
@@ -2012,7 +2012,7 @@ for host in "${ALL_HOSTS[@]}"; do
20122012
fi
20132013

20142014
# Construct dotest arguments. We use semicolons so CMake interprets this as a list.
2015-
DOTEST_ARGS="--build-dir;${lldb_build_dir}/lldb-test-build.noindex;${LLDB_TEST_CATEGORIES};-t"
2015+
DOTEST_ARGS="--build-dir;${lldb_build_dir}/lldb-test-build.noindex;${LLDB_TEST_CATEGORIES}"
20162016

20172017
# Only set the extra arguments if they're not empty.
20182018
if [[ -n "${DOTEST_EXTRA}" ]]; then

0 commit comments

Comments
 (0)