[commit: ghc] wip/jenkins: Fix ghc path (e0f34bc)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:46 UTC 2017


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

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

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

commit e0f34bc8eb103a44322cd8c82abf58b680f74117
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jun 28 08:53:54 2017 -0400

    Fix ghc path


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

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

diff --git a/Jenkinsfile b/Jenkinsfile
index c135b9d..b1b1d4d 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=\"`pwd`/${testGhc}\" ${target}"
+      sh "${makeCmd} -Ctestsuite/tests LOCAL=0 BINDIST=YES THREADS=${env.THREADS} TEST_HC=\"${testGhc}\" ${target}"
     }
   }
 }



More information about the ghc-commits mailing list