diff options
author | kkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 01:23:32 +0000 |
---|---|---|
committer | kkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 01:23:32 +0000 |
commit | 2fc03b5d04ade79f434d9418b01dcd797a3a927c (patch) | |
tree | 469e4d201821b0f80023fed0eb6f37951bb2dd01 /o3d | |
parent | b58ad0c05c6bb10d79f1b21135167272e1f5f7a7 (diff) | |
download | chromium_src-2fc03b5d04ade79f434d9418b01dcd797a3a927c.zip chromium_src-2fc03b5d04ade79f434d9418b01dcd797a3a927c.tar.gz chromium_src-2fc03b5d04ade79f434d9418b01dcd797a3a927c.tar.bz2 |
Fix bad identation bug.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/tests/lab/run_lab_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/tests/lab/run_lab_test.py b/o3d/tests/lab/run_lab_test.py index 2f7774d..9c37338 100644 --- a/o3d/tests/lab/run_lab_test.py +++ b/o3d/tests/lab/run_lab_test.py @@ -117,7 +117,7 @@ class TestRunningThread(threading.Thread): self.has_started_event.set() logging.info('Output from running test follows:') - + while True: line = self.test_process.stdout.readline() if line: @@ -305,7 +305,7 @@ def main(argv): if not configure_ie.ConfigureIE(): logging.error('Failed to configure IE.') all_test_passed = False - continue + continue # Run selenium tests. if RunTest(sel_name) != 0: |