[commit: ghc] wip/jenkins: Report JUnit results (ee3c7dc)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 15:25:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ee3c7dcbbbf53c0adc6cca3aab5742ab429daf0e/ghc
>---------------------------------------------------------------
commit ee3c7dcbbbf53c0adc6cca3aab5742ab429daf0e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jul 27 22:44:46 2017 -0400
Report JUnit results
>---------------------------------------------------------------
ee3c7dcbbbf53c0adc6cca3aab5742ab429daf0e
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index da5021f..ee6a884 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -303,6 +303,7 @@ def testGhc(params) {
target = 'slowtest'
}
sh "${makeCmd} -Ctestsuite/tests LOCAL=0 BINDIST=YES THREADS=${env.THREADS} TEST_HC=\"${testGhc}\" ${target}"
+ junit 'testsuite*.xml'
}
}
}
More information about the ghc-commits
mailing list