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: REL_14_BETA1~1536 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6c05e5b77471dfadebe50ad4a8bdedef02ad0078;p=postgresql.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 c4f9ae06648..631d0f38a8e 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 52994b4103c..84d84c38aa8 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