From: Greg Sabino Mullane Date: Fri, 1 May 2009 13:38:53 +0000 (-0400) Subject: Quick and dirty 'clean' target X-Git-Tag: 2.9.0~36 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f87d4d898710e00f7f532f5e2d05d78da90dc0b9;p=check_postgres.git Quick and dirty 'clean' target --- diff --git a/Makefile b/Makefile index 83b9718c1..f0c9cff5b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ critic: perlcritic --profile-strictness quiet check_postgres.pl - test: @ prove t/*.t @@ -31,3 +30,7 @@ signature: @ gpg --yes -ba check_postgres.pl @ gpg --verify check_postgres.pl.asc +clean: + + @ (kill `head -1 test_database_check_postgres/data\ space/postmaster.pid | awk '{print $1}'`) 2>/dev/null + @ rm -fr test_database_check_postgres