From b6ecb344dd4f0c57fc50c7e734621fa0f6ce61bf Mon Sep 17 00:00:00 2001 From: "kkania@google.com" Date: Mon, 19 Oct 2009 19:49:03 +0000 Subject: 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 --- o3d/tests/lab/run_lab_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d') 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 -- cgit v1.1