File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f08ec432ccc2a431be1163639bb23ad3d2ba6f93
2
+ refs/heads/master: 3f669d1b868563f87decd32758c029160c9b7d62
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 @@ -2495,8 +2495,8 @@ for host in "${ALL_HOSTS[@]}"; do
2495
2495
DOTEST_ARGS=" --build-dir;${lldb_build_dir} /lldb-test-build.noindex;${LLDB_TEST_CATEGORIES} ;-t"
2496
2496
2497
2497
# Only set the extra arguments if they're not empty.
2498
- if [[ -z " ${results_targets[@] } " ]]; then
2499
- DOTEST_ARGS=" ${DOTEST_ARGS} ;-E;\\\" ${DOTEST_EXTRA} \\\" "
2498
+ if [[ -n " ${DOTEST_EXTRA } " ]]; then
2499
+ DOTEST_ARGS=" ${DOTEST_ARGS} ;-E;${DOTEST_EXTRA} "
2500
2500
fi
2501
2501
2502
2502
cmake_options=(
You can’t perform that action at this time.
0 commit comments