[commit: ghc] wip/D5056: testsuite: Ensure that config.{msys, cygwin} are initialized (f048b78)
git at git.haskell.org
git at git.haskell.org
Sun Mar 31 15:09:10 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/D5056
Link : http://ghc.haskell.org/trac/ghc/changeset/f048b7892cd8eaf3277726337a23997e4a3762a5/ghc
>---------------------------------------------------------------
commit f048b7892cd8eaf3277726337a23997e4a3762a5
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
>---------------------------------------------------------------
f048b7892cd8eaf3277726337a23997e4a3762a5
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