$OpenBSD: patch-Makefile,v 1.2 2007/06/29 11:06:25 kili Exp $

Fail on failure, and don't be so silent during the tests, it makes
me nervous.

--- Makefile.orig	Fri Mar  4 11:25:44 2005
+++ Makefile	Sat Jun  9 20:51:57 2007
@@ -177,8 +177,7 @@ config: script/errnogen.c
 install:
 	./configure --install
 test:
-	cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
-	tail -4 tests/t.err
+	cd tests && ./runtests clean >/dev/null && ./runtests
 
 basic-nhc: $(PRAGMA) runtime hmake-nhc greencard-nhc compiler-nhc cpphs \
 						prelude hsc2hs libraries
