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
67974c92
Commit
67974c92
authored
Apr 01, 2016
by
Marco Clemencic
Browse files
ignore BuildName when generating annotations in CTestXML2HTML
parent
ae90468b
Changes
1
Hide whitespace changes
Inline
Side-by-side
GaudiPolicy/scripts/CTestXML2HTML
View file @
67974c92
...
...
@@ -414,8 +414,6 @@ def updateAnnotations(site,Testing,outputTemp,annotationsList):
}
if
site
.
get
(
"qmtest.run.userid"
)
is
not
None
:
annotations
[
"qmtest.run.userid"
]
=
cleanWebChar
(
site
.
get
(
"qmtest.run.userid"
))
if
site
.
get
(
"BuildName"
)
is
not
None
:
annotations
[
"cmt.cmtconfig"
]
=
cleanWebChar
(
site
.
get
(
"BuildName"
))
if
site
.
get
(
"qmtest.run.username"
)
is
not
None
:
annotations
[
"qmtest.run.username"
]
=
cleanWebChar
(
site
.
get
(
"qmtest.run.username"
))
if
site
.
get
(
"qmtest.run.command_line"
)
is
not
None
:
...
...
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