Another coverage tweak.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 15 Nov 2018 17:40:04 +0000 (12:40 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 15 Nov 2018 17:40:04 +0000 (12:40 -0500)
saveresume.c
tests/README

index 8fe93091697023b60db2c3a422fad66e7620e961..f02132103389142810d593043073349b7369317f 100644 (file)
@@ -186,7 +186,7 @@ bool is_valid(struct game_t valgame)
 
     /*  Validate that we didn't die too many times in save */
     if (valgame.numdie >= NDEATHS) {
-        return false;
+        return false;  // LCOV_EXCL_LINE
     }
 
     /* Recalculate tally, throw the towel if in disagreement */
index 5666e77903611fde93361434d32fa01f9e130272..1118056899c4a8b9b2997c563cf80d2225b609e0 100644 (file)
@@ -26,11 +26,8 @@ To remake the check files, "make buildregress".
 The simplest way to make a test is to simply play a game with the -l
 option giving a log path.  Commands will be captured to that log.
 
-To re-use a command sequence from an existing log, run advent -s and
-paste it to the advent command log from the clipboard.  If you don't
-use -s to disable advanced ediiting, the code used for that will consume
-the first line of the paste and discare the rest.  This is almost
-certainly not what you want.
+To re-use a command sequence from an existing log, run advent and
+paste it to the advent command log from the clipboard.
 
 To see where we can use more tests, have a look at our test coverage
 report: