Simplify the test makefile.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 27 May 2017 14:31:16 +0000 (10:31 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 27 May 2017 14:31:16 +0000 (10:31 -0400)
tests/Makefile

index 2fdb8aafbaf661290bcfde7434d1853626765025..d200888d70c9aad6fe2b5ac80fc4e886a9228c7d 100644 (file)
@@ -36,8 +36,7 @@ TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///')
 buildregress: adventure.data
        @for file in $(TESTLOADS); do \
            echo "Remaking $${file}.chk"; \
-           $(REPOSURGEON) advent <$${file}.log >$${file}.chk \
-               2>&1 || exit 1; \
+           advent <$${file}.log >$${file}.chk 2>&1 || exit 1; \
        done
 regress: adventure.data
        @for file in $(TESTLOADS); do \