From f048b7892cd8eaf3277726337a23997e4a3762a5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 20 Jan 2019 20:45:34 -0500 Subject: testsuite: Ensure that config.{msys,cygwin} are initialized Reviewers: monoidal Reviewed By: monoidal Subscribers: monoidal, rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5056 --- testsuite/driver/testglobals.py | 2 ++ 1 file changed, 2 insertions(+) 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 = '' -- cgit v1.2.1