[SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-535-g33121d6

[email protected] (Ben Elliston) Wed, 31 Oct 2018 07:07:51 -0400 (EDT)
Newsgroups gmane.comp.sysutils.dejagnu.cvs
Message-ID <[email protected]>
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  33121d67a8240edcb21e8ccac3a312cfe6a327ca (commit)
       via  a8a1219619ff54d30cf4c70e8376489f7aeef761 (commit)
       via  f056f1bd5018a4fdb491c21bc88506c29f26cdd9 (commit)
       via  6a6d98a5def115d66869880237b0e71afcc5944e (commit)
      from  e89b78cf8de3525fbee454687a4c9935f664db6f (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 33121d67a8240edcb21e8ccac3a312cfe6a327ca
Author: Jacob Bachmeyer <[email protected]>
Date:   Wed Oct 31 21:53:35 2018 +1100

    	* Makefile.am (DEJATOOL): List tools in testsuite.
    	(RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
    	* testsuite/config/default.exp: Rename from this ...
    	* testsuite/lib/runtest.exp: ... to this.
    	(runtest_exit): Remove spurious "close". This was causing per-tool
    	testing to fail, since the testsuite for "runtest" never actually
    	uses "spawn", so "close" ends up closing exp0, which is the
    	terminal.  The ${tool}_exit proc is not called if the --tool
    	option is not given, so this had no effect earlier.
    	* testsuite/lib/libdejagnu.exp: New empty file.
    
    Signed-off-by: Ben Elliston <[email protected]>

commit a8a1219619ff54d30cf4c70e8376489f7aeef761
Author: Jacob Bachmeyer <[email protected]>
Date:   Wed Oct 31 21:41:52 2018 +1100

    	* runtest.exp (load_tool_init): Add message indicating the
    	expected location of the tool init file.
    
    Signed-off-by: Ben Elliston <[email protected]>

commit f056f1bd5018a4fdb491c21bc88506c29f26cdd9
Author: Jacob Bachmeyer <[email protected]>
Date:   Wed Oct 31 21:32:47 2018 +1100

    	* contrib/sum2junit.sh (failures): Fix typo.
    
    Signed-off-by: Ben Elliston <[email protected]>

commit 6a6d98a5def115d66869880237b0e71afcc5944e
Author: Jacob Bachmeyer <[email protected]>
Date:   Wed Oct 31 21:29:05 2018 +1100

    	* configure.ac (DEJAGNU): Add comments.
    
    Signed-off-by: Ben Elliston <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                         | 37 +++++++++++++++++++++++
 Makefile.am                                       |  5 ++-
 configure.ac                                      |  2 ++
 contrib/sum2junit.sh                              |  2 +-
 runtest.exp                                       |  2 ++
 testsuite/lib/libdejagnu.exp                      |  1 +
 testsuite/{config/default.exp => lib/runtest.exp} |  1 -
 7 files changed, 47 insertions(+), 3 deletions(-)
 create mode 100644 testsuite/lib/libdejagnu.exp
 rename testsuite/{config/default.exp => lib/runtest.exp} (99%)


hooks/post-receive
-- 
DejaGNU