pgsql: Clean up 'chkselinuxenv' script.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up 'chkselinuxenv' script.
Date: 2011-08-19 17:16:31
Message-ID: E1QuSgJ-000796-Uk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-19 17:51:21 pgsql: Implement src/tools/copyright as a Perl program, so anyone can r
Previous Message Robert Haas 2011-08-19 16:01:47 pgsql: Fix contrib/sepgsql and contrib/xml2 to always link required lib