diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-24 12:21:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-24 12:21:30 -0400 |
commit | 852f1f6cea85a7c781c8286f459023bdacebe021 (patch) | |
tree | dbeb0ad578c887343843fd9aa5853226863edf85 /debian | |
parent | f2cdb5242d9a7f72f96656608cf3ee664748c68b (diff) |
tasty-rerun! make rerest runs much much faster than running whole test suite
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 420ae603b..02624414f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ git-annex (5.20140118) UNRELEASED; urgency=medium contents when a lot of them seem to be piling up in the repository. * repair: Check git version at run time. * assistant: Run the periodic git gc in batch mode. + * test suite: Use tasty-rerun, and expose tasty command-line options. -- Joey Hess <joeyh@debian.org> Sat, 18 Jan 2014 11:54:17 -0400 diff --git a/debian/control b/debian/control index 060fde22f..966d1e0ba 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Build-Depends: libghc-tasty-dev (>= 0.7) [!mipsel !sparc], libghc-tasty-hunit-dev [!mipsel !sparc], libghc-tasty-quickcheck-dev [!mipsel !sparc], + libghc-tasty-rerun-dev [!mipsel !sparc], libghc-optparse-applicative-dev, lsof [!kfreebsd-i386 !kfreebsd-amd64], ikiwiki, |