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

Unified Diff: client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py

Issue 3137016: graphics_SanAngeles doesn't need to log in (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: log in via the backdoor, to reduce potential failurea Created 10 years, 4 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
Index: client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
diff --git a/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py b/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
index c4172df1e4a402fa0273e5af4751802244223817..7fa44f75ded4febde4beb89de02deb1f6a62c75e 100644
--- a/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
+++ b/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
@@ -30,7 +30,7 @@ class graphics_SanAngeles(site_ui_test.UITest):
cmd = cmd_gles_s
else:
raise error.TestFail('Fail to locate SanAngles Observation exe.'
- 'Test setup error.')
+ 'Test setup error.')
cmd = site_ui.xcommand(cmd)
result = utils.run(cmd, ignore_status = True)

Powered by Google App Engine
This is Rietveld 408576698