diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-27 14:22:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-27 14:22:44 -0400 |
commit | b1eef1745c8fe5c2f8f2bf87573b1bd8eeb805df (patch) | |
tree | 33e89c16f09f055eca780e24ea39327acfc18b05 /Makefile | |
parent | 74cefaddba9e4613b614b0d7a9613f12ba6f4ba8 (diff) |
Revert "temporarily revert tasty-rerun support for this release"
This reverts commit 65eb61a902ecf68da69d774063fea4880f619a13.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,6 +54,9 @@ install: build install-docs Build/InstallDesktopFile test: git-annex ./git-annex test +retest: git-annex + ./git-annex test --rerun-update --rerun-filter failures + # hothasktags chokes on some template haskell etc, so ignore errors tags: find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null @@ -80,7 +83,7 @@ clean: doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ Setup Build/InstallDesktopFile Build/EvilSplicer \ Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs Build/DistributionUpdate \ - git-union-merge + git-union-merge .tasty-rerun-log find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \; |