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.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 db2f798..028c61a 100644
--- a/o3d/tests/lab/run_lab_test.py
+++ b/o3d/tests/lab/run_lab_test.py
@@ -308,7 +308,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: