From 7b1eb1ec58db038bca2a02dbb7984f85af7a8242 Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Tue, 27 Jun 2017 11:36:24 -0400 Subject: [PATCH] buildregress now generates save files correctly. --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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`; \ -- 2.31.1