From: Eric S. Raymond Date: Sun, 2 Apr 2023 15:54:37 +0000 (-0400) Subject: The oldcompare production no longer requires savefiles. X-Git-Tag: 1.15~10 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=9c6219a27d7967c4eea64702c9c0366c420c8e4c The oldcompare production no longer requires savefiles. --- diff --git a/tests/Makefile b/tests/Makefile index 7087e69..8076802 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -149,7 +149,7 @@ count: # The *.chk files need not be up-to-date for this to work. # TAPFILTER=tapview -oldcompare: $(SGAMES) +oldcompare: @if [ -f ../advent430 ]; then cp ../advent430 ../adventure.data .; else echo "advent430 nonexistent"; exit 1; fi @-(for x in *.log; do \ stem=$${x%.log}; \