CDash report for concretization errors
Capture any concretization errors and record them in a CTest Update.xml file.
This commit is contained in:

committed by
Todd Gamblin

parent
d7581697a5
commit
ae0ba373b8
11
templates/reports/cdash/Update.xml
Normal file
11
templates/reports/cdash/Update.xml
Normal 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>
|
Reference in New Issue
Block a user