[SCM] make branch, master, updated. 4.2.92-2-g3822f77

[email protected] (Paul D. Smith) Mon, 16 Dec 2019 09:32:20 -0500 (EST)
Newsgroups gmane.comp.gnu.make.devel
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 "make".

The branch, master has been updated
       via  3822f77c1d10f4c0789a0262aab35adb00c8d22d (commit)
       via  1cf3932a39057789ca525afb02bcfc823b238cb7 (commit)
      from  33bda4008650c48816331c04022176f48c213fb3 (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 3822f77c1d10f4c0789a0262aab35adb00c8d22d
Author: Paul Smith <[email protected]>
Date:   Sat Oct 12 16:22:01 2019 -0400

    Rename jhelp.pl to thelp.pl and make it a generic test helper.
    
    * tests/thelp.pl: Rename from tests/jhelp.pl.
    (op): Use names instead of options for the operations.
    (op): Add new operations for sleep, mkdir, and rm.
    (op): Enhance wait to time out
    * tests/run_make_tests.pl: Add a new #HELPER# replacement
    (subst_make_string): Use fully-qualified path to thelp.pl
    * tests/scripts/features/parallelism: Update to use thelp.pl
    and the new named operations.  Use thelp.pl sleep instead of
    system-specific sleep commands.
    * tests/scripts/features/output-sync: Update to use thelp.pl
    instead of complex shell scripts.
    * Makefile.am: Distribute tests/thelp.pl instead of tests/jhelp.pl

commit 1cf3932a39057789ca525afb02bcfc823b238cb7
Author: Paul Eggert <[email protected]>
Date:   Tue Oct 8 15:28:10 2019 -0700

    Port functions/shell test to Solaris 10
    
    * tests/scripts/functions/shell: Port exit-status calculation
    to Solaris 10 with Perl 5.8.4.

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

Summary of changes:
 Makefile.am                        |   2 +-
 tests/jhelp.pl                     |  63 ---------------------
 tests/run_make_tests.pl            |  11 ++++
 tests/scripts/features/output-sync |  26 +++------
 tests/scripts/features/parallelism | 112 +++++++++++++++++-------------------
 tests/scripts/functions/shell      |   7 ++-
 tests/thelp.pl                     | 113 +++++++++++++++++++++++++++++++++++++
 7 files changed, 192 insertions(+), 142 deletions(-)
 delete mode 100755 tests/jhelp.pl
 create mode 100755 tests/thelp.pl


hooks/post-receive
-- 
make