Commit bcfeb973 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix in HTML report generation

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 43462780
...@@ -497,7 +497,7 @@ class HtmlReport(): ...@@ -497,7 +497,7 @@ class HtmlReport():
cpprest_build_start = True cpprest_build_start = True
result = re.search('cpprestsdk installation complete', line) result = re.search('cpprestsdk installation complete', line)
if result is not None and cpprest_build_start: if result is not None and cpprest_build_start:
fmt_build_status = True cpprest_build_status = True
result = re.search('Starting to install fmt', line) result = re.search('Starting to install fmt', line)
if result is not None: if result is not None:
fmt_build_start = True fmt_build_start = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment