summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-04-29 15:48:32 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-29 15:48:32 +0100
commitd99e95debaecd1469a6b143ea689208e3450316c (patch)
tree0265e6406fa4b7b8f8f3e14d8c915059642ebc31
parent756e94662640f312bace2bce7c24a19e12082fa5 (diff)
Support more versions of MC
-rwxr-xr-xtt.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt.hs b/tt.hs
index 4d869ff..81fe469 100755
--- a/tt.hs
+++ b/tt.hs
@@ -116,7 +116,8 @@ expand testDir inTree s
{- Stupid project-specific crap detection -}
iFuckingHateMissionControl :: IO (Maybe String)
iFuckingHateMissionControl = do
- let dirs = [ ("mission-control-plugins", "TWISTED_BASIC_TESTS")
+ let dirs = [ ("mission-control", "TWISTED_BASIC_TESTS")
+ , ("mission-control-plugins", "TWISTED_BASIC_TESTS")
, ("tests/twisted", "TWISTED_TESTS")
]