From: Greg Sabino Mullane Date: Sun, 26 Jul 2009 17:41:46 +0000 (-0400) Subject: Clean out secondary test database dir too. X-Git-Tag: 2.10.0~16 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8a7931a3694141b74927b019cea92e3a62c81fa9;p=check_postgres.git Clean out secondary test database dir too. --- diff --git a/Makefile.PL b/Makefile.PL index 08e7fe4d8..97ed99b2a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ my %opts = NO_META => 1, NORECURS => 1, MAN1PODS => {}, - clean => { FILES => 'test_database_check_postgres/ /tmp/cptesting_socket' }, + clean => { FILES => 'test_database_check_postgres/ test_database_check_postgres2/ /tmp/cptesting_socket' }, ); {