Add CDash as a valid reporting format

This commit is contained in:
Zack Galbreath 2018-04-19 15:18:28 -04:00 committed by Todd Gamblin
parent e4e8c72fa1
commit 072f907831

View file

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