aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-14 16:55:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-14 16:55:12 -0400
commit77a96ca020486c9f9a9753d3b6027895b043b1af (patch)
tree2375714d2f09205ee2825d1e31b0c525d4a72e34
parent0d64bb4749a9d97d4a165ecd66ccbe78c64b5367 (diff)
fix running test from debian/rules4.20130314
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fbabc187..51d7df91b 100644
--- a/Makefile
+++ b/Makefile
@@ -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