Skip to content

Commit 14ee734

Browse files
committed
---
yaml --- r: 346838 b: refs/heads/master c: 5b1d826 h: refs/heads/master
1 parent f5b4d2a commit 14ee734

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: a364df029cc733dff8dbe32e431eecc15e8101a8
2+
refs/heads/master: 5b1d826e9e310297d5fc2fc1a4683ba589059e1b
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,15 +3136,15 @@ for host in "${ALL_HOSTS[@]}"; do
31363136
# from this file as possible and just have a single call to lldb-dotest.
31373137
if [[ "$using_xcodebuild" == "FALSE" ]] ; then
31383138
with_pushd ${lldb_build_dir} \
3139-
call ${NINJA_BIN} unittests/LLDBUnitTests
3139+
call ${NINJA_BIN} unittests/LLDBUnitTests
31403140
with_pushd ${lldb_build_dir} \
3141-
call ${NINJA_BIN} lldb-test-depends
3141+
call ${NINJA_BIN} lldb-test-deps
31423142
with_pushd ${results_dir} \
3143-
call "${llvm_build_dir}/bin/llvm-lit" \
3144-
"${lldb_build_dir}/lit" \
3145-
${LLVM_LIT_ARGS} \
3146-
--xunit-xml-output=${results_dir}/results.xml \
3147-
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
3143+
call "${llvm_build_dir}/bin/llvm-lit" \
3144+
"${lldb_build_dir}/lit" \
3145+
${LLVM_LIT_ARGS} \
3146+
--xunit-xml-output=${results_dir}/results.xml \
3147+
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
31483148
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
31493149
echo "Running LLDB swift compatibility tests against" \
31503150
"${LLDB_TEST_SWIFT_COMPATIBILITY}"

0 commit comments

Comments
 (0)