Обсуждение: pgsql: Clean up 'chkselinuxenv' script.

Поиск
Список
Период
Сортировка

pgsql: Clean up 'chkselinuxenv' script.

От
Robert Haas
Дата:
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(-)