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