Commit c62c1460 authored by Jérome Perrin's avatar Jérome Perrin

Test Results: fix the condition to display Zelenium tests in a table

parent 9421992b
......@@ -99,7 +99,8 @@ def parseTestSuiteResults(file_handler):
if '--save' in cmdline:
test_case = '%s (--save)' % test_case
if 'runFunctionalTest' in cmdline or \
'runExpressFunctionalTest' in cmdline:
'runExpressFunctionalTest' in cmdline or \
'Firefox running' in stderr:
test_case = 'Functional Tests'
is_zelenium_test_suite = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment