summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-11-05 15:23:04 +0000
committerWill Thompson <will@willthompson.co.uk>2012-11-05 15:23:08 +0000
commitd0901178a1e898709a5275af898b27bc87d37607 (patch)
tree125d88276deae24d9ff04ca013d13067cfa429c0
parentd7cd8cf3f716d6479a7a5e5d7ada0fad4b1e3bea (diff)
I am a grown-up.
-rwxr-xr-xtt.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt.hs b/tt.hs
index ed84ba6..a7ea98a 100755
--- a/tt.hs
+++ b/tt.hs
@@ -138,8 +138,8 @@ expand testDir inTree s
else return [s ++ ".py"]
{- Stupid project-specific crap detection -}
-iFuckingHateMissionControl :: IO (Maybe String)
-iFuckingHateMissionControl = do
+iHateMissionControl :: IO (Maybe String)
+iHateMissionControl = do
let dirs = [ ("mission-control", "TWISTED_BASIC_TESTS")
, ("mission-control-plugins", "TWISTED_BASIC_TESTS")
, ("tests/twisted", "TWISTED_TESTS")
@@ -153,7 +153,7 @@ main = do
let (options, tests, errors) = parseOptions args
inTree <- doesFileExist "configure"
- testVar <- iFuckingHateMissionControl
+ testVar <- iHateMissionControl
case command options of
_ | not (null errors) -> do