This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DejaGNU".
The branch, master has been updated via dc67c894db920e8f145de970ac2e61396d8db9db (commit) from b51a38c4410bbff17d4296fcb1fda13313b251ac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dc67c894db920e8f145de970ac2e61396d8db9db Author: Jacob Bachmeyer <jcb62...@gmail.com> Date: Wed Jan 2 22:48:20 2019 +1100 * NEWS: Document report card. * Makefile.am (clean-local): Add target. (clean-local-check): Add target; mark as PHONY. (commands_DATA): Add "report-card" scripts. (dist_man_MANS): Add dejagnu-report-card.1 and split. (DEJATOOL): Add "report-card" tool. (TESTSUITE_FILES): Add testsuite for "report-card" tool. * commands/report-card.awk: New command script. * doc/dejagnu.texi (Invoking dejagnu report card): New node. * doc/dejagnu-report-card.1: New man page. * testsuite/lib/bohman_ssd.exp: New file. * testsuite/lib/report-card.exp: New file. * testsuite/report-card.all/onetest.exp: New file. * testsuite/report-card.all/passes.exp: New file. Signed-off-by: Ben Elliston <b...@gnu.org> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 21 ++ Makefile.am | 24 +- Makefile.in | 65 +++-- NEWS | 3 + commands/report-card.awk | 238 ++++++++++++++++++ doc/dejagnu-report-card.1 | 146 +++++++++++ doc/dejagnu.texi | 45 +++- doc/version.texi | 4 +- testsuite/lib/bohman_ssd.exp | 225 +++++++++++++++++ .../{launcher.all/help.exp => lib/report-card.exp} | 28 +-- testsuite/report-card.all/onetest.exp | 209 ++++++++++++++++ testsuite/report-card.all/passes.exp | 276 +++++++++++++++++++++ 12 files changed, 1237 insertions(+), 47 deletions(-) create mode 100644 commands/report-card.awk create mode 100644 doc/dejagnu-report-card.1 create mode 100644 testsuite/lib/bohman_ssd.exp copy testsuite/{launcher.all/help.exp => lib/report-card.exp} (58%) create mode 100644 testsuite/report-card.all/onetest.exp create mode 100644 testsuite/report-card.all/passes.exp hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit