[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-521-gd611c45
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 d611c4560778591e5c4f3f147fe9ba8334691e6e (commit) from 366485ce630d46b726f97b6e1d6a42b750fb52cb (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 d611c4560778591e5c4f3f147fe9ba8334691e6e Author: Ben Elliston Date: Fri Jul 20 11:08:08 2018 +1000 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings: Double quote to prevent globbing and word splitting. [SC2086] egrep is non-standard and deprecated. Use grep -E instead. [SC2196] read without -r will mangle backslashes. [SC2162] --- Summary of changes: ChangeLog| 4 contrib/sum2junit.sh | 12 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) hooks/post-receive -- DejaGNU ___ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit
[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-522-g4fe160b
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 4fe160b03cf9023360ec88b764d0fd8596bf0969 (commit) from d611c4560778591e5c4f3f147fe9ba8334691e6e (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 4fe160b03cf9023360ec88b764d0fd8596bf0969 Author: Ben Elliston Date: Fri Jul 20 13:27:32 2018 +1000 * compile, depcomp, install-sh: Latest upstream versions. --- Summary of changes: ChangeLog | 4 + compile| 13 +- depcomp| 10 +- install-sh | 397 ++--- 4 files changed, 210 insertions(+), 214 deletions(-) hooks/post-receive -- DejaGNU ___ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit
[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-523-gde9a1ca
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 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