summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = ''