[commit: ghc] wip/jenkins: Fix testGhc (3873a55)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:51:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/3873a559d227b9c431133b8fd2e218516ed85879/ghc
>---------------------------------------------------------------
commit 3873a559d227b9c431133b8fd2e218516ed85879
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 27 23:01:00 2017 -0400
Fix testGhc
>---------------------------------------------------------------
3873a559d227b9c431133b8fd2e218516ed85879
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 7f366d5..c135b9d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -273,9 +273,9 @@ def withGhcBinDist(String targetTriple, Closure f) {
def testGhc(params) {
String targetTriple = params?.targetTriple
// See Note [Spaces in TEST_HC]
- String testGhc="${instDir}/bin/ghc"
String makeCmd = params?.makeCmd ?: 'make'
String instDir="${pwd()}/bindisttest/install dir"
+ String testGhc="${instDir}/bin/ghc"
withGhcBinDist(targetTriple) {
stage('Configure') {
More information about the ghc-commits
mailing list