[commit: ghc] wip/D5056: testsuite: Ensure that config.{msys, cygwin} are initialized (926ee8f)
git at git.haskell.org
git at git.haskell.org
Mon Jan 21 01:52:06 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/D5056
Link : http://ghc.haskell.org/trac/ghc/changeset/926ee8f3d0ca430b53345bb6dcc0c4b06c3f5eab/ghc
>---------------------------------------------------------------
commit 926ee8f3d0ca430b53345bb6dcc0c4b06c3f5eab
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
>---------------------------------------------------------------
926ee8f3d0ca430b53345bb6dcc0c4b06c3f5eab
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