summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorkkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-19 19:49:03 +0000
committerkkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-19 19:49:03 +0000
commitb6ecb344dd4f0c57fc50c7e734621fa0f6ce61bf (patch)
tree70034a069314d0f63baaa1d98c7a756721de3378 /o3d
parent20b2431f1cb5f5db841a5d130b03c9660c8a8d1c (diff)
downloadchromium_src-b6ecb344dd4f0c57fc50c7e734621fa0f6ce61bf.zip
chromium_src-b6ecb344dd4f0c57fc50c7e734621fa0f6ce61bf.tar.gz
chromium_src-b6ecb344dd4f0c57fc50c7e734621fa0f6ce61bf.tar.bz2
Fixes bug so that now if changing screen resolution fails, the tests fail.
Review URL: http://codereview.chromium.org/294007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/tests/lab/run_lab_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/lab/run_lab_test.py b/o3d/tests/lab/run_lab_test.py
index 9ab486a..c6e6970 100644
--- a/o3d/tests/lab/run_lab_test.py
+++ b/o3d/tests/lab/run_lab_test.py
@@ -196,7 +196,7 @@ def RunTest(browser):
if not run_util.EnsureWindowsScreenResolution(SCREEN_WIDTH, SCREEN_HEIGHT,
SCREEN_BPP):
logging.error('Failed to configure screen resolution.')
- return False
+ return 1