| Index: dart/tools/build.py
|
| diff --git a/dart/tools/build.py b/dart/tools/build.py
|
| index 5fbb571da21509d69f30f0dbe7e134c7029e7923..1e83352511cf0d298ff08cdf7a68d6f43c188790 100755
|
| --- a/dart/tools/build.py
|
| +++ b/dart/tools/build.py
|
| @@ -293,6 +293,8 @@ PhaseScriptExecution "Action \"upload_sdk_py\"" xcodebuild/dart.build/...
|
| has_interesting_info = True
|
| elif (length == 1 or length == 3) and line:
|
| has_interesting_info = True
|
| + elif length > 3:
|
| + has_interesting_info = True
|
| if has_interesting_info:
|
| print '\n'.join(chunk)
|
| chunk = []
|
|
|