[commit: ghc] wip/T15952-2: testsuite: Ensure that config.{msys, cygwin} are initialized (512a5f3)
git at git.haskell.org
git at git.haskell.org
Thu Jan 24 11:55:43 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15952-2
Link : http://ghc.haskell.org/trac/ghc/changeset/512a5f365b774a999c81ff45b951edb7a56262e4/ghc
>---------------------------------------------------------------
commit 512a5f365b774a999c81ff45b951edb7a56262e4
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
>---------------------------------------------------------------
512a5f365b774a999c81ff45b951edb7a56262e4
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