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