Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: common/battor/battor/battor_wrapper_devicetest.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/battor/battor/battor_wrapper.py ('k') | dashboard/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/battor/battor/battor_wrapper_devicetest.py
diff --git a/common/battor/battor/battor_wrapper_devicetest.py b/common/battor/battor/battor_wrapper_devicetest.py
index 8ff501eae6f8f811f4f2c86f6e5be01f551b378e..002893f6cd43cd96ca714d302a13a718111a4c28 100644
--- a/common/battor/battor/battor_wrapper_devicetest.py
+++ b/common/battor/battor/battor_wrapper_devicetest.py
@@ -68,7 +68,7 @@ class BattorWrapperDeviceTest(unittest.TestCase):
if self._platform == 'win':
time.sleep(5)
battor._battor_shell.kill()
- results = battor.CollectTraceData()
+ results = battor.CollectTraceData().splitlines()
except:
if battor._battor_shell is not None:
battor._battor_shell.kill()
« no previous file with comments | « common/battor/battor/battor_wrapper.py ('k') | dashboard/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698