]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
release-stats: account for more generated tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Nov 2010 20:16:03 +0000 (21:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 20 Nov 2010 10:38:34 +0000 (11:38 +0100)
* Makefile.am (release-stats): Be sure to take into account all
the generated tests, by grepping the test scripts to decide which
ones of them are automatically generated.

ChangeLog
Makefile.am
Makefile.in

index 2d0a1457ccbb628cc2be6fcb8f1f0b1c88fc503a..fddb01f8da7c44de2d62f01891c719ff7fc34de9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       release-stats: account for more generated tests.
+       * Makefile.am (release-stats): Be sure to take into account all
+       the generated tests, by grepping the test scripts to decide which
+       ones of them are automatically generated.
+
 2010-11-03  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Overhauled and modularized tests in `instspc.test'.
index a5df10915f12b88f46fe24dcea85946967bfb451..1dec51ef390cfe0a56c408a39509236796d38542 100644 (file)
@@ -658,7 +658,7 @@ release-stats: ps
        if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
        else :; fi && \
        t=`ls -1 $$tests | wc -l` && \
-       tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
+       tgen=`grep 'GENERATED AUTOMATICALLY' $$tests | wc -l` && \
        today=`date +%Y-%m-%d` && \
        echo "add this to the table in doc/automake.texi after verification:" && \
        printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \
index d9cff8697747cf1da80d8ed2f36348665436f396..a721fced91323c9534ecbbdb80f00423fd5afb24 100644 (file)
@@ -1334,7 +1334,7 @@ release-stats: ps
        if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
        else :; fi && \
        t=`ls -1 $$tests | wc -l` && \
-       tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
+       tgen=`grep 'GENERATED AUTOMATICALLY' $$tests | wc -l` && \
        today=`date +%Y-%m-%d` && \
        echo "add this to the table in doc/automake.texi after verification:" && \
        printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \