[commit: ghc] wip/jenkins: Fix JUnit (d284eef)
git at git.haskell.org
git at git.haskell.org
Wed Aug 16 18:56:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/d284eef77a0298443545784a1f09d24a1fb6058a/ghc
>---------------------------------------------------------------
commit d284eef77a0298443545784a1f09d24a1fb6058a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 28 19:06:29 2017 -0400
Fix JUnit
>---------------------------------------------------------------
d284eef77a0298443545784a1f09d24a1fb6058a
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