Repository : ssh://[email protected]/containers

On branch  : ghc-head
Link       : 
http://git.haskell.org/?p=packages/containers.git;a=commit;h=e10db373d14359a893d735b0badd7b93d94dcbac

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

commit e10db373d14359a893d735b0badd7b93d94dcbac
Author: Johan Tibell <[email protected]>
Date:   Thu Sep 20 11:20:05 2012 +0200

    Remove use of defaultMainWithOpts from test suite
    
    defaultMainWithOpts doesn't allow us to pass additional flags, such as
    --jxml, on the command line. The old behavior (i.e. setting the number
    of tests) can still be achieved like so:
    
    cabal test --test-option=-a500 \
      --test-option=--maximum-unsuitable-generated-tests=500


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

e10db373d14359a893d735b0badd7b93d94dcbac
 tests/intmap-properties.hs |   10 +----
 tests/intset-properties.hs |  103 ++++++++++++++++++++----------------------
 tests/map-properties.hs    |   10 +----
 tests/seq-properties.hs    |   10 +----
 tests/set-properties.hs    |  107 +++++++++++++++++++++-----------------------
 5 files changed, 106 insertions(+), 134 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder 
--ignore-space-at-eol --cc e10db373d14359a893d735b0badd7b93d94dcbac

_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to