projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b8d38
)
Simplify the test makefile.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 27 May 2017 14:31:16 +0000
(10:31 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 27 May 2017 14:31:16 +0000
(10:31 -0400)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 2fdb8aafbaf661290bcfde7434d1853626765025..d200888d70c9aad6fe2b5ac80fc4e886a9228c7d 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-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 \