This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from 80d14ca * doc/dejagnu.texi (bt procedure): Fix Info links. new 2f6e46b * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script an [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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