Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | pgtest: fix spacing | Bruce Momjian | |
Backpatch-through: master | |||
2023-08-14 | pgtest: update shell script to use more modern syntax | Bruce Momjian | |
script is src/tools/pgtest Backpatch-through: master | |||
2022-09-20 | Fix `trap` in a few shell scripts | Alvaro 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-28 | pgtest: run clean, build, and check stages separately | Bruce Momjian | |
This allows for cleaner error reporting. Backpatch-through: 9.5 | |||
2018-07-28 | pgtest: grab possible warnings from install.log | Bruce 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-05 | pgtest: allow passing parameters, e.g. -s/--silent | Bruce Momjian | |
Previously only -n was recognized. | |||
2012-08-10 | Adjust pgtest coding to be less complex. | Bruce Momjian | |
2012-08-10 | Fix pgtest to return proper error code based on 'make' return code. | Bruce Momjian | |
2011-12-30 | Modify tools/pgtest to run the 'make' command from a variable, and default | Bruce Momjian | |
to 'make' rather than 'gmake' for the binary name. | |||
2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut | |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
2004-09-09 | We don't use java in our compiles anymore so remove the filter test from | Bruce Momjian | |
pgtest. | |||
2003-06-27 | Adjust pgtest grep. | Bruce Momjian | |
2003-06-27 | Update pgtest to use 'gmake check'. | Bruce Momjian | |
2003-06-23 | Add mention that the grep's have to be adjusted in pgtest. | Bruce Momjian | |
2003-06-22 | Add pgtest script. | Bruce Momjian | |