File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a364df029cc733dff8dbe32e431eecc15e8101a8
2
+ refs/heads/master: 5b1d826e9e310297d5fc2fc1a4683ba589059e1b
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -3136,15 +3136,15 @@ for host in "${ALL_HOSTS[@]}"; do
3136
3136
# from this file as possible and just have a single call to lldb-dotest.
3137
3137
if [[ " $using_xcodebuild " == " FALSE" ]] ; then
3138
3138
with_pushd ${lldb_build_dir} \
3139
- call ${NINJA_BIN} unittests/LLDBUnitTests
3139
+ call ${NINJA_BIN} unittests/LLDBUnitTests
3140
3140
with_pushd ${lldb_build_dir} \
3141
- call ${NINJA_BIN} lldb-test-depends
3141
+ call ${NINJA_BIN} lldb-test-deps
3142
3142
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} \" "
3148
3148
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
3149
3149
echo " Running LLDB swift compatibility tests against" \
3150
3150
" ${LLDB_TEST_SWIFT_COMPATIBILITY} "
You can’t perform that action at this time.
0 commit comments