]> granicus.if.org Git - postgresql/commit
Clean up temp installations after client program tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Apr 2014 19:40:35 +0000 (15:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Apr 2014 19:40:35 +0000 (15:40 -0400)
commit49137ec9d469f744289d0dfa2487a7fc1ef217cb
treea8a8a329e0a05e4aec673a346f941e45f42d34fb
parent1a917ae8610d44985fd2027da0cfe60ccece9104
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.
src/bin/initdb/Makefile
src/bin/pg_basebackup/Makefile
src/bin/pg_config/Makefile
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/scripts/Makefile