From: Aaron Traas Date: Tue, 27 Jun 2017 15:36:24 +0000 (-0400) Subject: buildregress now generates save files correctly. X-Git-Tag: 1.1~74 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=7b1eb1ec58db038bca2a02dbb7984f85af7a8242 buildregress now generates save files correctly. --- diff --git a/tests/Makefile b/tests/Makefile index 6e657ef..0aace2f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -30,6 +30,10 @@ listcheck: # corresponding *.chk files to see which tests this runs. TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///' | sort) buildregress: + $(ECHO) -n "Generate save file with -1000 deaths: " + ../cheat -d -1000 -o cheat_numdie.adv + $(ECHO) -n "Generate save file with version -1337: " + ../cheat -v -1337 -o resume_badversion.adv @for file in $(TESTLOADS); do \ echo "Remaking $${file}.chk"; \ OPTS=`sed -n /#options:/s///p <$${file}.log`; \