Skip to content
Snippets Groups Projects
Commit 20c26791 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: fix GetReturnValue

parent 4a27b954
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!526CI Fix CDash error report
Pipeline #1879 passed
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment