[commit: ghc] wip/jenkins: Report JUnit results (9faa423)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:41 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/9faa4234e820ab56a9bf131dd82cba5ccaf87a88/ghc

>---------------------------------------------------------------

commit 9faa4234e820ab56a9bf131dd82cba5ccaf87a88
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jul 27 22:44:46 2017 -0400

    Report JUnit results


>---------------------------------------------------------------

9faa4234e820ab56a9bf131dd82cba5ccaf87a88
 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