Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
20c26791
Commit
20c26791
authored
Jun 21, 2019
by
Guillaume Pasero
Browse files
CI: fix GetReturnValue
parent
4a27b954
Pipeline
#1879
passed with stages
in 3 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/cdash_handler.py
View file @
20c26791
...
...
@@ -250,7 +250,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
return
(
state
,
errors
)
def
GetReturnValue
(
self
,
logfile
):
fd
=
open
(
configure_rv
)
fd
=
open
(
logfile
)
content
=
fd
.
readlines
()[
0
]
fd
.
close
()
return
int
(
content
.
strip
(
"
\n
"
))
...
...
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