summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2019-01-20 20:45:34 -0500
committerBen Gamari <ben@well-typed.com>2019-01-20 20:54:14 -0500
commitf048b7892cd8eaf3277726337a23997e4a3762a5 (patch)
tree859dd28c8912904b622cdf10d6a15148bd6cd5a8
parent6e7aa5e937b18a45ee39c8c67b7a2f7350b89a66 (diff)
downloadhaskell-wip/D5056.tar.gz
testsuite: Ensure that config.{msys,cygwin} are initializedwip/D5056
Reviewers: monoidal Reviewed By: monoidal Subscribers: monoidal, rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5056
-rw-r--r--testsuite/driver/testglobals.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 03a62503b4..0e0240db8e 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 = ''