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
5c34c43e
Commit
5c34c43e
authored
Apr 01, 2016
by
Marco Clemencic
Browse files
modified CTestXML2HTML to take manifest.xml from the correct path
parent
d0ae829e
Changes
1
Hide whitespace changes
Inline
Side-by-side
GaudiPolicy/scripts/CTestXML2HTML
View file @
5c34c43e
...
...
@@ -507,7 +507,7 @@ def main():
os
.
makedirs
(
output
)
# Copy the project build manifest, if present.
manifest_file
=
os
.
path
.
join
(
options
.
inputDirectory
,
'manifest.xml'
)
manifest_file
=
os
.
path
.
join
(
options
.
inputDirectory
,
'config'
,
'manifest.xml'
)
if
os
.
path
.
exists
(
manifest_file
):
shutil
.
copy
(
manifest_file
,
output
)
...
...
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