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.
2 parents 677fcbf + 573886d commit f190342Copy full SHA for f190342
utils/build-script-impl
@@ -2012,7 +2012,7 @@ for host in "${ALL_HOSTS[@]}"; do
2012
fi
2013
2014
# 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"
+ DOTEST_ARGS="--build-dir;${lldb_build_dir}/lldb-test-build.noindex;${LLDB_TEST_CATEGORIES}"
2016
2017
# Only set the extra arguments if they're not empty.
2018
if [[ -n "${DOTEST_EXTRA}" ]]; then
0 commit comments