Thread: pgsql: Clean up temp installations after client program tests.

pgsql: Clean up temp installations after client program tests.

From
Tom Lane
Date:
Clean up temp installations after client program tests.

Commit 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 added infrastructure
to perform tests in assorted src/bin/ subdirectories, but forgot to
teach "make clean" to clean up the detritus the tests leave behind.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49137ec9d469f744289d0dfa2487a7fc1ef217cb

Modified Files
--------------
src/bin/initdb/Makefile         |    3 +--
src/bin/pg_basebackup/Makefile  |    1 +
src/bin/pg_config/Makefile      |    1 +
src/bin/pg_controldata/Makefile |    1 +
src/bin/pg_ctl/Makefile         |    1 +
src/bin/scripts/Makefile        |    3 +--
6 files changed, 6 insertions(+), 4 deletions(-)