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.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