Add CDash as a valid reporting format
This commit is contained in:
parent
e4e8c72fa1
commit
072f907831
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue