aboutsummaryrefslogtreecommitdiff
path: root/contrib/compare_tests
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20 * contrib/compare_tests: Eliminate Shellcheck warnings.Ben Elliston1-13/+13
* 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]
2006-06-06 Import from GCC tree:Ben Elliston1-2/+2
2006-06-02 Richard Earnshaw <rearnsha@arm.com> Mike Stump <mrs@apple.com> * compare_tests: Handle multilibs better.
2006-06-02Import this useful script from GCC. It's useful to any DejaGnu user.Ben Elliston1-0/+105
* contrib/compare_tests: Import from the GCC contrib directory.