summaryrefslogtreecommitdiff
path: root/src/tools/pgtest
AgeCommit message (Collapse)Author
2023-08-14pgtest: fix spacingBruce Momjian
Backpatch-through: master
2023-08-14pgtest: update shell script to use more modern syntaxBruce Momjian
script is src/tools/pgtest Backpatch-through: master
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera
The original `trap` lines in these scripts are incomplete: in case of any signal, they delete the working directory but let the script run to completion, which is useless because it will only proceed to complain about the working directory being removed. Add `exit` there, with the original exit value (not rm's). Since this is mostly just cosmetic, no backpatch. Discussion: https://postgr.es/m/[email protected]
2018-07-28pgtest: run clean, build, and check stages separatelyBruce Momjian
This allows for cleaner error reporting. Backpatch-through: 9.5
2018-07-28pgtest: grab possible warnings from install.logBruce Momjian
Since PG 9.5, 'make check' records the build output in install.log, so look in there for warnings too. Backpatch-through: 9.5
2013-08-05pgtest: allow passing parameters, e.g. -s/--silentBruce Momjian
Previously only -n was recognized.
2012-08-10Adjust pgtest coding to be less complex.Bruce Momjian
2012-08-10Fix pgtest to return proper error code based on 'make' return code.Bruce Momjian
2011-12-30Modify tools/pgtest to run the 'make' command from a variable, and defaultBruce Momjian
to 'make' rather than 'gmake' for the binary name.
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2004-09-09We don't use java in our compiles anymore so remove the filter test fromBruce Momjian
pgtest.
2003-06-27Adjust pgtest grep.Bruce Momjian
2003-06-27Update pgtest to use 'gmake check'.Bruce Momjian
2003-06-23Add mention that the grep's have to be adjusted in pgtest.Bruce Momjian
2003-06-22Add pgtest script.Bruce Momjian