X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2FMakefile;h=f7b6e2edbe37ebfec0040567f1660f478aba20f9;hb=e0f160d3131c8cffae99fb8e721c555d352a92a4;hp=d200888d70c9aad6fe2b5ac80fc4e886a9228c7d;hpb=708d728bb502ab1b97fb798203352484945e152c;p=open-adventure.git diff --git a/tests/Makefile b/tests/Makefile index d200888..f7b6e2e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,8 +1,5 @@ # Test-suite makefile for reposurgeon -# By setting the REPOSURGEON environment variable and using -e -# a different implementation can be plugged in to the tests. - # Use absolute path so tests that change working directory still use # scripts from parent directory. Note that using $PWD seems to fail # here under Gitlab's CI environment. @@ -11,10 +8,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