Skip to content

Commit 573886d

Browse files
committed
[build] Remove forced tracing of lldb dotest
1 parent d1070da commit 573886d

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)