[SCM] make branch, master, updated. 4.4-32-g29f45373

"Paul D. Smith" <[email protected]> Sat, 31 Dec 2022 13:09:12 -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  29f453739f0059f632ce2963ca0c68f8bf6c5991 (commit)
      from  937e9aa32d8db6537edbd7260315106f7086b340 (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 29f453739f0059f632ce2963ca0c68f8bf6c5991
Author: Paul Smith <[email protected]>
Date:   Sat Dec 31 10:31:24 2022 -0500

    Avoid using false(1) in regression tests
    
    The POSIX standard only requires false(1) to return a "non-zero" exit
    code; almost all systems return 1 but some (Solaris!!!) return 255 or
    possibly even other values.  Use our helper "fail" instead.
    
    * tests/thelp.pl: Have the "fail" command obey -q.
    * tests/scripts/features/parallelism: Helper -q no longer prints fail.
    * tests/scripts/targets/POSIX: Replace false with #HELPER# -q fail 1.
    * tests/scripts/variables/MAKEFLAGS: Ditto.
    * tests/scripts/variables/SHELL: Ditto.

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

Summary of changes:
 tests/scripts/features/parallelism |  6 +++---
 tests/scripts/targets/POSIX        | 18 +++++------------
 tests/scripts/variables/MAKEFLAGS  | 40 +++++++++++++++++++-------------------
 tests/scripts/variables/SHELL      | 13 +++----------
 tests/thelp.pl                     |  2 +-
 5 files changed, 32 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
make