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 01599a0570d858b0ad6e00a32cc7f7e70154059d (commit) via 9a8e51a8f56193756564d7b1d425aa2d0086dac3 (commit) via e24c17b2543f3e2e40ae28792c92f701e1a92fc1 (commit) from 80e7788c09df6faa769dd7cfa9e59984fb25df79 (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 01599a0570d858b0ad6e00a32cc7f7e70154059d Author: Jacob Bachmeyer <jcb62...@gmail.com> Date: Sat Dec 8 17:28:51 2018 +1100 * NEWS: Document 'testsuite' command. * doc/dejagnu.texi (testsuite procedure): Document multiplex entry point and "testsuite file" command. * lib/framework.exp (testsuite): New proc for multiplex commands. (testsuite_file): New proc implementing "testsuite file". * testsuite/runtest.all/testsuite_file.test: New file. * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite, but also search $srcdir itself. (load_lib): Add explicit search for testsuite-local libraries. (load_tool_init): Use $testsuitedir in search. (load_config): Use $testsuitedir instead of $srcdir. (load_tool_target_config): Likewise. Add variable "testsuitedir" for testsuite root directory. Add internal global variables "testbuilddir" and "testdir" for use by "testsuite file". Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid duplicated path delimiters. Add warning if no tests are found and fallback method of searching $srcdir is used. Signed-off-by: Ben Elliston <b...@gnu.org> commit 9a8e51a8f56193756564d7b1d425aa2d0086dac3 Author: Ben Elliston <b...@gnu.org> Date: Sat Dec 8 15:40:37 2018 +1100 Remove commented out code in runtest_start. commit e24c17b2543f3e2e40ae28792c92f701e1a92fc1 Author: Ben Elliston <b...@gnu.org> Date: Sat Dec 8 15:24:48 2018 +1100 * testsuite/lib/libsup.exp (start_expect): Brace commands in if expressions. * testsuite/lib/util-defs.exp (util_test): Likewise. * testsuite/runtest.all/stats.exp: Likewise. * testsuite/runtest.all/libs.exp: Likewise. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 34 +++++ NEWS | 6 + doc/dejagnu.texi | 58 +++++++- lib/framework.exp | 64 +++++++++ runtest.exp | 97 +++++++++++--- testsuite/lib/libsup.exp | 4 +- testsuite/lib/runtest.exp | 10 +- testsuite/lib/util-defs.exp | 2 +- testsuite/runtest.all/libs.exp | 4 +- testsuite/runtest.all/stats.exp | 4 +- testsuite/runtest.all/testsuite_file.test | 211 ++++++++++++++++++++++++++++++ 11 files changed, 458 insertions(+), 36 deletions(-) create mode 100644 testsuite/runtest.all/testsuite_file.test hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit