[asan] Revert r201402, r201404.
[blocksruntime.git] / lib / msan / lit_tests / Linux / lit.local.cfg
blob57271b8078a49730b9ae06f901ec3faf907dcef5
1 def getRoot(config):
2   if not config.parent:
3     return config
4   return getRoot(config.parent)
6 root = getRoot(config)
8 if root.host_os not in ['Linux']:
9   config.unsupported = True