[commit: packages/filepath] master: Turn off chatty tests, otherwise we exceed the travis size limit (37ec740)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:06 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/37ec7403e544ceb16dc4e01a67a83a46afdb38d7

>---------------------------------------------------------------

commit 37ec7403e544ceb16dc4e01a67a83a46afdb38d7
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Nov 3 10:57:17 2014 +0000

    Turn off chatty tests, otherwise we exceed the travis size limit


>---------------------------------------------------------------

37ec7403e544ceb16dc4e01a67a83a46afdb38d7
 tests/Test.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Test.hs b/tests/Test.hs
index 9b96db4..e3e0103 100755
--- a/tests/Test.hs
+++ b/tests/Test.hs
@@ -15,7 +15,7 @@ main = do
     let total = length tests
     bs <- forM (zip [1..] tests) $ \(i,(msg,prop)) -> do
         putStrLn $ "Test " ++ show i ++ " of " ++ show total ++ ": " ++ msg
-        res <- quickCheckWithResult stdArgs{maxSuccess=count} prop
+        res <- quickCheckWithResult stdArgs{chatty=False, maxSuccess=count} prop
         case res of
             Success{} -> return True
             _ -> putStrLn "TEST FAILURE!" >> return False



More information about the ghc-commits mailing list