aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2021-03-15Clean up tree in preparation for release branchJacob Bachmeyer1-105/+0
2020-08-02Move experimental Python unit test module to contrib/Jacob Bachmeyer1-0/+88
2018-10-31 * contrib/sum2junit.sh (failures): Fix typo.Jacob Bachmeyer1-1/+1
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-07-20 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.Ben Elliston2-2/+2
* contrib/mysql/sum2xml.sh: Likewise. Silence these warnings: Double quote to prevent globbing and word splitting. [SC2086] See if you can use ${variable//search/replace} instead. [SC2001]
2018-07-20 * contrib/compare_tests: Eliminate Shellcheck warnings.Ben Elliston2-15/+15
* 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]
2018-07-20 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings:Ben Elliston1-6/+6
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]
2016-04-02Basic MySQL support.Rob Savoye6-0/+545
* contrib/mysql/create-db.sql: New file. * contrib/mysql/importxml.sh: Likewise. * contrib/mysql/make-datafile.sh: Likewise. * contrib/mysql/plot.sh: Likewise. * contrib/mysql/README: Likewise. * contrib/mysql/sum2xml.sh: Likewise. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-02 * contrib/sum2junit.sh: New.Rob Savoye1-0/+103
Signed-off-by: Ben Elliston <bje@gnu.org>
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.
2003-10-07 * contrib/README: Remove.Ben Elliston4-1620/+0
* contrib/testit: Remove bitrotten script. * contrib/test-g++: Likewise. * contrib/test-tool: Likewise.
2003-08-23 * contrib/README: Bring up to date.Ben Elliston1-13/+7
2003-08-19 * contrib/testit: Run wish via /usr/bin/env for portability.Ben Elliston1-7/+1
2003-08-17Remove stray BlueGnu file.Ben Elliston1-1130/+0
2003-08-17Remove BlueGnu. Now unsupported and almost certainly broken.Ben Elliston130-46780/+0
2003-08-17More trailing whitespace fixes.Ben Elliston2-8/+8
2003-08-16Whitespace fixes.Ben Elliston11-141/+141
2001-02-05Initial revisionRob Savoye91-0/+33543
2001-02-05Initial revisionRob Savoye44-0/+15999