[commit: ghc] wip/jenkins: Fix testGhc (2f65ae7)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:44:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/2f65ae70291d48ac21ad201edd3ee4101b74f293/ghc
>---------------------------------------------------------------
commit 2f65ae70291d48ac21ad201edd3ee4101b74f293
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 27 23:01:00 2017 -0400
Fix testGhc
>---------------------------------------------------------------
2f65ae70291d48ac21ad201edd3ee4101b74f293
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