Commit 4c36b2ca authored by Jérome Perrin's avatar Jérome Perrin

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

fixup c62c1460 undefined variable
parent 26321c7c
......@@ -100,7 +100,7 @@ def parseTestSuiteResults(file_handler):
test_case = '%s (--save)' % test_case
if 'runFunctionalTest' in cmdline or \
'runExpressFunctionalTest' in cmdline or \
'Firefox running' in stderr:
'Firefox running' in test_log:
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