Skip to content
Snippets Groups Projects
Commit 1a11729c authored by egovorko's avatar egovorko
Browse files

Fix condition for FlexibleTurbo test

parent 62735ffd
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ def find_selReports():
sel = TES['Hlt2/SelReports']
if sel:
if sel.size() != 0:
print sel.size()
break
return sel
......
......@@ -21,7 +21,7 @@
<argument name="validator"><text>
expected_string= &quot;TES is filled successfully&quot;
expected_string= &quot;TES location is filled successfully&quot;
if stdout.find(expected_string) ==-1:
causes.append('missing string')
result['moore.flexibleTurbo.extraAlgosTES.expected_string']=result.Quote('TES location is not populated for ExtraAlgos')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment