Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Charles Burton
Gaudi
Commits
bc9cdc65
Commit
bc9cdc65
authored
Oct 04, 2018
by
Sebastien Ponce
Committed by
Charles Leggett
Oct 04, 2018
Browse files
make sure a test fails if its reference file is not found
parent
867547b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
GaudiPolicy/python/GaudiTesting/BaseTest.py
View file @
bc9cdc65
...
...
@@ -467,6 +467,8 @@ class BaseTest(object):
"standard output"
,
"Output Diff"
,
preproc
=
preproc
)(
stdout
,
result
)
elif
lreference
:
causes
+=
[
"missing reference file"
]
# Compare TTree summaries
causes
=
self
.
CheckTTreesSummaries
(
stdout
,
result
,
causes
)
causes
=
self
.
CheckHistosSummaries
(
stdout
,
result
,
causes
)
...
...
Write
Preview
Supports
Markdown
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