summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-22 20:42:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-22 20:42:00 -0400
commitc0fbd3017f215cd61d79d24e110ce177e4823089 (patch)
treef786415a2eecb23ae4d660fac3b0df99d4d4e756
parentcfe0894736aaabf320d080ac098ce0a65279fe27 (diff)
ssh
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 915b0bf0b..49a80eb4b 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ install: all
fi
test: $(bins)
- if ! $(GHCMAKE) -O0 test; then \
+ @if ! $(GHCMAKE) -O0 test; then \
echo "** not running test suite" >&2; \
else \
./test; \