[commit: ghc] wip/jenkins: Fix junit output path (4afec48)

git at git.haskell.org git at git.haskell.org
Mon Jul 31 04:41:41 UTC 2017


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

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

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

commit 4afec486bf36288929d5f8a0a3ead9fdd7291418
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jul 31 00:41:25 2017 -0400

    Fix junit output path


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

4afec486bf36288929d5f8a0a3ead9fdd7291418
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7eac8ff..c86060c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -302,7 +302,7 @@ def testGhc(params) {
       if (params.nightly) {
         target = 'slowtest'
       }
-      sh "${makeCmd} -Ctestsuite/tests LOCAL=0 BINDIST=YES THREADS=${env.THREADS} TEST_HC=\"${testGhc}\" JUNIT_FILE=testsuite.xml ${target}"
+      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