Clean up after newly-added tests for pg_test_fsync and pg_test_timing.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Oct 2020 17:27:33 +0000 (13:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Oct 2020 17:27:33 +0000 (13:27 -0400)
Oversight in 4d29e6dbd.

src/bin/pg_test_fsync/Makefile
src/bin/pg_test_timing/Makefile

index c4f9ae0664849079767c43a937dbfc1ea82b8b65..631d0f38a8e09b01e1f9117bf42ee1d272100ee0 100644 (file)
@@ -33,3 +33,4 @@ uninstall:
 
 clean distclean maintainer-clean:
    rm -f pg_test_fsync$(X) $(OBJS)
+   rm -rf tmp_check
index 52994b4103c3f2f8930d233f13acb163a232e446..84d84c38aa86da27db97c7d9b7bb659faf2613f7 100644 (file)
@@ -33,3 +33,4 @@ uninstall:
 
 clean distclean maintainer-clean:
    rm -f pg_test_timing$(X) $(OBJS)
+   rm -rf tmp_check