diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-14 16:55:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-14 16:55:12 -0400 |
commit | 77a96ca020486c9f9a9753d3b6027895b043b1af (patch) | |
tree | 2375714d2f09205ee2825d1e31b0c525d4a72e34 | |
parent | 0d64bb4749a9d97d4a165ecd66ccbe78c64b5367 (diff) |
fix running test from debian/rules4.20130314
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ install: build install-docs ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true -test: fast +test: git-annex ./git-annex test # hothasktags chokes on some tempolate haskell etc, so ignore errors |