aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgtest
Commit message (Collapse)AuthorAge
* pgtest: fix spacingBruce Momjian2023-08-14
| | | | Backpatch-through: master
* pgtest: update shell script to use more modern syntaxBruce Momjian2023-08-14
| | | | | | script is src/tools/pgtest Backpatch-through: master
* Fix `trap` in a few shell scriptsAlvaro Herrera2022-09-20
| | | | | | | | | | | | 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/20220913181002.hzsosy7qkemb7ky7@alvherre.pgsql
* pgtest: run clean, build, and check stages separatelyBruce Momjian2018-07-28
| | | | | | This allows for cleaner error reporting. Backpatch-through: 9.5
* pgtest: grab possible warnings from install.logBruce Momjian2018-07-28
| | | | | | | Since PG 9.5, 'make check' records the build output in install.log, so look in there for warnings too. Backpatch-through: 9.5
* pgtest: allow passing parameters, e.g. -s/--silentBruce Momjian2013-08-05
| | | | Previously only -n was recognized.
* Adjust pgtest coding to be less complex.Bruce Momjian2012-08-10
|
* Fix pgtest to return proper error code based on 'make' return code.Bruce Momjian2012-08-10
|
* Modify tools/pgtest to run the 'make' command from a variable, and defaultBruce Momjian2011-12-30
| | | | to 'make' rather than 'gmake' for the binary name.
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
|
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
|
* We don't use java in our compiles anymore so remove the filter test fromBruce Momjian2004-09-09
| | | | pgtest.
* Adjust pgtest grep.Bruce Momjian2003-06-27
|
* Update pgtest to use 'gmake check'.Bruce Momjian2003-06-27
|
* Add mention that the grep's have to be adjusted in pgtest.Bruce Momjian2003-06-23
|
* Add pgtest script.Bruce Momjian2003-06-22