Forráskód Böngészése

runtests: slightly increase the longest log file displayed

The new limit provides enough space for a 64 KiB data block to be logged
in a trace file, plus a few lines at the start and end for context. This
happens to be the amount of data sent at a time in a PUT request.
Dan Fandrich 9 hónapja
szülő
commit
0d89c9096d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      tests/runtests.pl

+ 1 - 1
tests/runtests.pl

@@ -2672,7 +2672,7 @@ sub displaylogcontent {
                     logmsg " $line\n";
                 }
                 $linecount++;
-                $truncate = $linecount > 1000;
+                $truncate = $linecount > 1200;
             }
         }
         close($single);