Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alex Pearce
Moore
Commits
b207db1c
Commit
b207db1c
authored
Aug 23, 2019
by
Niklas Stefan Nolte
🔥
Committed by
Alex Pearce
Aug 23, 2019
Browse files
Update test validator now warning source is fixed
parent
afd88954
Changes
1
Hide whitespace changes
Inline
Side-by-side
PyConf/tests/qmtest/test_example.qmt
View file @
b207db1c
...
...
@@ -18,12 +18,7 @@ Run the example options and ensure they produce no warnings or errors.
<text>
$PYCONFROOT/options/example.py
</text>
</set></argument>
<argument
name=
"validator"
><text>
# Expect exactly two warnings:
#
# * Unable to locate service "EventSelector"
# * No events will be processed from external input.
#
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 2})
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0})
# The second instance of IntDataProducer should be in DEBUG
if "Gaudi__Examples__IntDataProducer DEBUG" in stdout:
...
...
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