print summary from "make check"
authorTom Tromey <tromey@redhat.com>
Wed, 6 Nov 2013 19:24:21 +0000 (12:24 -0700)
committerTom Tromey <tromey@redhat.com>
Thu, 14 Nov 2013 21:31:19 +0000 (14:31 -0700)
Pedro pointed out that it is handy for "make check" to print a summary
of the results.  This happens in the check-single case and also if you
invoke runtest by hand.

This patch implements the same thing for check-parallel.

2013-11-14  Tom Tromey  <tromey@redhat.com>

* Makefile.in (check-parallel): Print summary from gdb.sum.

gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index ed44b37..121fedb 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-14  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (check-parallel): Print summary from gdb.sum.
+
 2013-11-14  Omair Javaid  <Omair.Javaid@linaro.org>
 
         * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
index 93e9b5b..cdf9550 100644 (file)
@@ -170,6 +170,7 @@ check-parallel:
          `find outputs -name gdb.sum -print` > gdb.sum; \
        $(SHELL) $(srcdir)/dg-extract-results.sh -L \
          `find outputs -name gdb.log -print` > gdb.log
+       @sed -n '/=== gdb Summary ===/,$$ p' gdb.sum
 
 # Turn a list of .exp files into "check/" targets.  Only examine .exp
 # files appearing in a gdb.* directory -- we don't want to pick up