pgsql: Clean up 'chkselinuxenv' script.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Clean up 'chkselinuxenv' script.
Дата
Msg-id E1QuSgJ-000796-Uk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up 'chkselinuxenv' script.

Eliminate dependencies on "which", as we don't really need that to be
installed for proper testing.  Don't number the tests, as that increases
the footprint of every patch that wants to add or remove tests.  Make
the test output more informative, so that it's a bit easier to see what
went right (or wrong).  Spelling and grammar improvements.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a4b3feebc44dcb872fc7a765c4d48627c97421ed

Modified Files
--------------
contrib/sepgsql/chkselinuxenv |  328 +++++++++++++++++------------------------
1 files changed, 136 insertions(+), 192 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix contrib/sepgsql and contrib/xml2 to always link required lib
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Implement src/tools/copyright as a Perl program, so anyone can r