From: Tom Lane Date: Wed, 7 Oct 2020 17:27:33 +0000 (-0400) Subject: Clean up after newly-added tests for pg_test_fsync and pg_test_timing. X-Git-Tag: aio-before-rebase-2020-10-30~198 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6c05e5b77471dfadebe50ad4a8bdedef02ad0078;p=users%2Fandresfreund%2Fpostgres.git Clean up after newly-added tests for pg_test_fsync and pg_test_timing. Oversight in 4d29e6dbd. --- diff --git a/src/bin/pg_test_fsync/Makefile b/src/bin/pg_test_fsync/Makefile index c4f9ae0664..631d0f38a8 100644 --- a/src/bin/pg_test_fsync/Makefile +++ b/src/bin/pg_test_fsync/Makefile @@ -33,3 +33,4 @@ uninstall: clean distclean maintainer-clean: rm -f pg_test_fsync$(X) $(OBJS) + rm -rf tmp_check diff --git a/src/bin/pg_test_timing/Makefile b/src/bin/pg_test_timing/Makefile index 52994b4103..84d84c38aa 100644 --- a/src/bin/pg_test_timing/Makefile +++ b/src/bin/pg_test_timing/Makefile @@ -33,3 +33,4 @@ uninstall: clean distclean maintainer-clean: rm -f pg_test_timing$(X) $(OBJS) + rm -rf tmp_check