Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rosen Matev
Moore
Commits
1a11729c
Commit
1a11729c
authored
Feb 26, 2017
by
egovorko
Browse files
Fix condition for FlexibleTurbo test
parent
62735ffd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Hlt/Moore/tests/options/runTestMoore.py
View file @
1a11729c
...
...
@@ -30,7 +30,6 @@ def find_selReports():
sel
=
TES
[
'Hlt2/SelReports'
]
if
sel
:
if
sel
.
size
()
!=
0
:
print
sel
.
size
()
break
return
sel
...
...
Hlt/Moore/tests/qmtest/moore.qms/flexibleTurbo.qms/extraAlgosTES.qmt
View file @
1a11729c
...
...
@@ -21,7 +21,7 @@
<argument
name=
"validator"
><text>
expected_string=
"
TES is filled successfully
"
expected_string=
"
TES
location
is filled successfully
"
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')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment