summaryrefslogtreecommitdiff
path: root/share/spack/templates/reports/cdash/Configure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/templates/reports/cdash/Configure.xml')
-rw-r--r--share/spack/templates/reports/cdash/Configure.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/spack/templates/reports/cdash/Configure.xml b/share/spack/templates/reports/cdash/Configure.xml
new file mode 100644
index 0000000000..0451279563
--- /dev/null
+++ b/share/spack/templates/reports/cdash/Configure.xml
@@ -0,0 +1,8 @@
+ <Configure>
+ <StartConfigureTime>{{ configure.starttime }}</StartConfigureTime>
+ <ConfigureCommand>{{ install_command }}</ConfigureCommand>
+ <Log>{{ configure.log }}</Log>
+ <ConfigureStatus>{{ configure.status }}</ConfigureStatus>
+ <EndConfigureTime>{{ configure.endtime }}</EndConfigureTime>
+ </Configure>
+</Site>