From 072f907831a610fa67cdc3e66bde685fa0d79519 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 19 Apr 2018 15:18:28 -0400 Subject: Add CDash as a valid reporting format --- lib/spack/spack/report.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/report.py b/lib/spack/spack/report.py index 132a59ecba..9251efed5f 100644 --- a/lib/spack/spack/report.py +++ b/lib/spack/spack/report.py @@ -36,7 +36,8 @@ import spack.fetch_strategy import spack.package templates = { - 'junit': os.path.join('reports', 'junit.xml') + 'junit': os.path.join('reports', 'junit.xml'), + 'cdash': os.path.join('reports', 'cdash') } #: Allowed report formats -- cgit v1.2.3-70-g09d2