Skip to content

Commit 1fa8b18

Browse files
committed
---
yaml --- r: 345293 b: refs/heads/master c: 75a943c h: refs/heads/master i: 345291: e9fe14a
1 parent 42ed551 commit 1fa8b18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f9f78dc94cdd8ca9fd574b25b22b96cbf1696c7b
2+
refs/heads/master: 75a943cc248574570c14ada78f71690c58b42a56
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build-script-impl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,15 +2935,15 @@ for host in "${ALL_HOSTS[@]}"; do
29352935
call "${llvm_build_dir}/bin/llvm-lit" \
29362936
"${lldb_build_dir}/lit" -sv \
29372937
--xunit-xml-output=${results_dir}/results.xml \
2938-
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -E \"${DOTEST_EXTRA}\""
2938+
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
29392939
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
29402940
echo "Running LLDB swift compatibility tests against" \
29412941
"${LLDB_TEST_SWIFT_COMPATIBILITY}"
29422942
with_pushd ${results_dir} \
29432943
call "${llvm_build_dir}/bin/llvm-lit" \
29442944
"${lldb_build_dir}/lit" -sv \
29452945
--xunit-xml-output=${results_dir}/results.xml \
2946-
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \"${LLDB_TEST_SWIFT_COMPATIBILITY}\" -E \"${DOTEST_EXTRA}\""
2946+
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \"${LLDB_TEST_SWIFT_COMPATIBILITY}\" -t -E \"${DOTEST_EXTRA}\""
29472947
fi
29482948
else
29492949
with_pushd "${results_dir}" \

0 commit comments

Comments
 (0)