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