summaryrefslogtreecommitdiff
path: root/test/profile/Posix/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Posix/lit.local.cfg')
-rw-r--r--test/profile/Posix/lit.local.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/profile/Posix/lit.local.cfg b/test/profile/Posix/lit.local.cfg
new file mode 100644
index 000000000..60a946082
--- /dev/null
+++ b/test/profile/Posix/lit.local.cfg
@@ -0,0 +1,9 @@
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+if root.host_os in ['Windows']:
+ config.unsupported = True