[commit: ghc] wip/jenkins: Fix JUnit (c7a5e08)

git at git.haskell.org git at git.haskell.org
Fri Aug 18 03:49:59 UTC 2017


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

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

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

commit c7a5e0894da53ef737a2b4dbbcbd7d6f8a3e2808
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 28 19:06:29 2017 -0400

    Fix JUnit


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

c7a5e0894da53ef737a2b4dbbcbd7d6f8a3e2808
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ee6a884..23b6ced 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -302,8 +302,8 @@ def testGhc(params) {
       if (params.nightly) {
         target = 'slowtest'
       }
-      sh "${makeCmd} -Ctestsuite/tests LOCAL=0 BINDIST=YES THREADS=${env.THREADS} TEST_HC=\"${testGhc}\" ${target}"
-      junit 'testsuite*.xml'
+      sh "${makeCmd} -Ctestsuite/tests LOCAL=0 BINDIST=YES THREADS=${env.THREADS} TEST_HC=\"${testGhc}\" JUNIT_FILE=testsuite.xml ${target}"
+      junit 'testsuite.xml'
     }
   }
 }



More information about the ghc-commits mailing list