Add CDash as a valid reporting format
This commit is contained in:
parent
e4e8c72fa1
commit
072f907831
@ -36,7 +36,8 @@
|
|||||||
import spack.package
|
import spack.package
|
||||||
|
|
||||||
templates = {
|
templates = {
|
||||||
'junit': os.path.join('reports', 'junit.xml')
|
'junit': os.path.join('reports', 'junit.xml'),
|
||||||
|
'cdash': os.path.join('reports', 'cdash')
|
||||||
}
|
}
|
||||||
|
|
||||||
#: Allowed report formats
|
#: Allowed report formats
|
||||||
|
Loading…
Reference in New Issue
Block a user