From 0b75a0bef555ec26e155043dadd784f30e004eee Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 19 Apr 2011 11:48:54 +0100 Subject: Use check-twisted not check --- tt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3