pgsql: Clean up 'chkselinuxenv' script. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Clean up 'chkselinuxenv' script.
Date
Msg-id E1QuSgJ-000796-Uk@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix contrib/sepgsql and contrib/xml2 to always link required lib
Next
From: Bruce Momjian
Date:
Subject: pgsql: Implement src/tools/copyright as a Perl program, so anyone can r