summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")
]