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 2f6e46b9820647476ddd568e14d76661abb4f493 (commit) from 80d14caf5d1b26233bb25431243fdfe38cd3f92a (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 2f6e46b9820647476ddd568e14d76661abb4f493 Author: Jacob Bachmeyer <jcb62...@gmail.com> Date: Thu Dec 20 21:24:35 2018 +1100 * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and contents of $(commands_DATA). (bin_SCRIPTS): Add "dejagnu" launcher script. (commandsdir): Installation directory for "dejagnu" subcommands is $(pkgdatadir)/commands. (commands_DATA): New, contains "commands/help.sh" as initial item. (TESTSUITE_FILES): Add testsuite for same. (DEJATOOL): Add "launcher" to list of tools to test. (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help". * doc/dejagnu.texi (Running other DejaGnu commands): New chapter. (Invoking dejagnu): New node for dejagnu(1) launcher script. (Invoking dejagnu help): New node. * doc/dejagnu.1: New man page. * doc/dejagnu-help.1: New man page. * dejagnu: New script. * commands/help.sh: New dejagnu subcommand for reading manpages. * testsuite/launcher.all/command.exp: New file. * testsuite/launcher.all/command/commands/bar-baz.awk: New file. * testsuite/launcher.all/command/commands/bar.awk: New file. * testsuite/launcher.all/command/commands/bar.sh: New file. * testsuite/launcher.all/command/commands/baz-quux.gawk: New file. * testsuite/launcher.all/command/commands/foo.sh: New file. * testsuite/launcher.all/command/commands/foo.tcl: New file. * testsuite/launcher.all/help.exp: New file. * testsuite/launcher.all/interp.exp: New file. * testsuite/launcher.all/verbose.exp: New file. * testsuite/lib/launcher.exp: New file. Signed-off-by: Ben Elliston <b...@gnu.org> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 35 ++ Makefile.am | 28 +- Makefile.in | 107 +++-- commands/help.sh | 78 ++++ dejagnu | 453 +++++++++++++++++++++ doc/dejagnu-help.1 | 50 +++ doc/dejagnu.1 | 141 +++++++ doc/dejagnu.texi | 114 +++++- testsuite/launcher.all/command.exp | 210 ++++++++++ .../launcher.all/command/commands/bar-baz.awk | 1 + testsuite/launcher.all/command/commands/bar.awk | 1 + testsuite/launcher.all/command/commands/bar.sh | 3 + .../launcher.all/command/commands/baz-quux.gawk | 1 + testsuite/launcher.all/command/commands/foo.sh | 7 + testsuite/launcher.all/command/commands/foo.tcl | 1 + .../launcher.all/help.exp | 29 +- testsuite/launcher.all/interp.exp | 57 +++ testsuite/launcher.all/verbose.exp | 55 +++ testsuite/lib/launcher.exp | 110 +++++ 19 files changed, 1429 insertions(+), 52 deletions(-) create mode 100644 commands/help.sh create mode 100755 dejagnu create mode 100644 doc/dejagnu-help.1 create mode 100644 doc/dejagnu.1 create mode 100644 testsuite/launcher.all/command.exp create mode 100644 testsuite/launcher.all/command/commands/bar-baz.awk create mode 100644 testsuite/launcher.all/command/commands/bar.awk create mode 100755 testsuite/launcher.all/command/commands/bar.sh create mode 100644 testsuite/launcher.all/command/commands/baz-quux.gawk create mode 100755 testsuite/launcher.all/command/commands/foo.sh create mode 100644 testsuite/launcher.all/command/commands/foo.tcl copy baseboards/vr4111-sim.exp => testsuite/launcher.all/help.exp (52%) create mode 100644 testsuite/launcher.all/interp.exp create mode 100644 testsuite/launcher.all/verbose.exp create mode 100644 testsuite/lib/launcher.exp hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit