diff options
-rw-r--r-- | lib/spack/spack/report.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |