Makes sure telemetry test result report is one string (no interruption)
commit95aa6b1a1548d7dd670399e3b7c8aaa2904c47a2
authorzmo <zmo@chromium.org>
Wed, 3 Sep 2014 00:48:58 +0000 (2 17:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Sep 2014 00:52:13 +0000 (3 00:52 +0000)
treede8c52609aa50e758f1ae910789de32a989db1c0
parentdd4bf8f4a41ec6609e2b6bee2e0aa5d076bced8f
Makes sure telemetry test result report is one string (no interruption)

Otherwise there could be logging inserted between [ OK ] and the test name,
and the harness will fail to recognize the test is passing, raising false alarm.

BUG=409968
TEST=telemetry tests
R=bajones@chromium.org,tonyg@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/530143002

Cr-Commit-Position: refs/heads/master@{#293031}
tools/telemetry/telemetry/results/gtest_progress_reporter.py