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  de9a1cae6716032501e87fc6d80a527f21c786ca (commit)
      from  4fe160b03cf9023360ec88b764d0fd8596bf0969 (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 de9a1cae6716032501e87fc6d80a527f21c786ca
Author: Ben Elliston <b...@gnu.org>
Date:   Fri Jul 20 13:48:33 2018 +1000

        * contrib/compare_tests: Eliminate Shellcheck warnings.
        * contrib/mysql/sum2xml.sh: Likewise.
    
    Warnings fixed:
        Use single quotes, otherwise this expands now rather than when 
signalled. [SC2064]
        Trapping signals by number is not well defined. Prefer signal names. 
[SC2172]
        SIGKILL/SIGSTOP can not be trapped. [SC2173]
        Trapping signals by number is not well defined. Prefer signal names. 
[SC2172]
        Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. 
[SC2181]
        read without -r will mangle backslashes. [SC2162]
        egrep is non-standard and deprecated. Use grep -E instead. [SC2196]

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

Summary of changes:
 ChangeLog                |  5 +++++
 contrib/compare_tests    | 26 +++++++++++++-------------
 contrib/mysql/sum2xml.sh |  4 ++--
 3 files changed, 20 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
DejaGNU

_______________________________________________
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit

Reply via email to