Skip to content

Commit 19e86b6

Browse files
committed
---
yaml --- r: 348647 b: refs/heads/master c: 3f669d1 h: refs/heads/master i: 348645: 8738ab6 348643: c2257f7 348639: 958e277
1 parent 751a703 commit 19e86b6

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: f08ec432ccc2a431be1163639bb23ad3d2ba6f93
2+
refs/heads/master: 3f669d1b868563f87decd32758c029160c9b7d62
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
@@ -2495,8 +2495,8 @@ for host in "${ALL_HOSTS[@]}"; do
24952495
DOTEST_ARGS="--build-dir;${lldb_build_dir}/lldb-test-build.noindex;${LLDB_TEST_CATEGORIES};-t"
24962496

24972497
# 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}"
25002500
fi
25012501

25022502
cmake_options=(

0 commit comments

Comments
 (0)