[commit: ghc] wip/ghc-8.8-merges: testsuite: Ensure that config.{msys, cygwin} are initialized (c460b88)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:09:07 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/c460b88e23e7000d921b867dfcd9c6ec0c331381/ghc
>---------------------------------------------------------------
commit c460b88e23e7000d921b867dfcd9c6ec0c331381
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Sun Jan 20 20:45:34 2019 -0500
testsuite: Ensure that config.{msys,cygwin} are initialized
Reviewers: monoidal
Reviewed By: monoidal
Subscribers: monoidal, rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5056
>---------------------------------------------------------------
c460b88e23e7000d921b867dfcd9c6ec0c331381
testsuite/driver/testglobals.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 03a6250..0e0240d 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -50,6 +50,8 @@ class TestConfig:
self.platform = ''
self.os = ''
self.arch = ''
+ self.msys = False
+ self.cygwin = False
# What is the wordsize (in bits) of this platform?
self.wordsize = ''
More information about the ghc-commits
mailing list