summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-04-19 11:48:54 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-19 11:48:54 +0100
commit0b75a0bef555ec26e155043dadd784f30e004eee (patch)
treeeaa8678b874479c68ab3bc46c1d53cbfa23f83c1
parent5ab7b2d0cc59764a6c49eb9ad2ca3f18dc7c1a40 (diff)
Use check-twisted not check
-rwxr-xr-xtt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt.hs b/tt.hs
index f2798fc..88755f9 100755
--- a/tt.hs
+++ b/tt.hs
@@ -32,7 +32,7 @@ runTests testDir testVar inTree tests flags = do
-- two different sets of tests.
, "TWISTED_SEPARATE_TESTS="
]
- args = [ "check", "-s", "-C", testDir ] ++ t ++ flags
+ args = [ "check-twisted", "-s", "-C", testDir ] ++ t ++ flags
executeFile "make" True args Nothing
unprefix :: FilePath -> String -> String