CDash report for concretization errors

Capture any concretization errors and record them in a CTest Update.xml file.
This commit is contained in:
Zack Galbreath
2018-04-19 15:20:48 -04:00
committed by Todd Gamblin
parent d7581697a5
commit ae0ba373b8
3 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Update>
<Site>{{ hostname }}</Site>
<BuildName>{{ install_command }}</BuildName>
<BuildStamp>{{ buildstamp }}</BuildStamp>
<StartTime>{{ starttime }}</StartTime>
<EndTime>{{ endtime }}</EndTime>
{% if msg %}
<UpdateReturnStatus>{{ msg }}</UpdateReturnStatus>
{% endif %}
</Update>