Clean up temp installations after client program tests.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/Makefile | modified | +1 −2 |
| src/bin/pg_basebackup/Makefile | modified | +1 −0 |
| src/bin/pg_config/Makefile | modified | +1 −0 |
| src/bin/pg_controldata/Makefile | modified | +1 −0 |
| src/bin/pg_ctl/Makefile | modified | +1 −0 |
| src/bin/scripts/Makefile | modified | +1 −2 |