diff --git a/tests/Makefile b/tests/Makefile index d200888..4ab1b4c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,10 +11,7 @@ PATH := $(realpath ..):$(realpath .):${PATH} # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n ECHO := /bin/echo -default: - make -e --quiet all - -all: listcheck regress +all: regress @echo "=== No diff output is good news." .SUFFIXES: .chk