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:
ceb5c27
)
Test coverage -- 100% cheat for real this time
author
Aaron Traas
<aaron@traas.org>
Wed, 28 Jun 2017 13:44:20 +0000
(09:44 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 28 Jun 2017 14:57:28 +0000
(10:57 -0400)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 0aace2fd3476d2fa3aac17c73a4f6fd7d626e0fb..8b35e1f9cdf56632e7b3eb22c9eb9b1de42beb16 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-52,7
+52,7
@@
regress:
$(ECHO) -n "Fail to save because we omit -o: "
../cheat -d 1 | true
$(ECHO) -n "Fail to save to invalid path: "
- ../cheat -o /
badfilename.adv
| true
+ ../cheat -o / | true
@for file in $(TESTLOADS); do \
$(ECHO) -n " $${file} "; grep '##' $${file}.log || echo ' ## (no description)'; \
OPTS=`sed -n /#options:/s///p <$${file}.log`; \