summaryrefslogtreecommitdiffstats
path: root/o3d/tests/lab/run_lab_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests/lab/run_lab_test.py')
-rw-r--r--o3d/tests/lab/run_lab_test.py4
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: