Skip to content

Commit 1c41e2a

Browse files
committed
Clean up all the cruft after a pg_rewind test run.
regress_log temp directory was properly .gitignore'd, which may explain why it got left out of the "make clean" action.
1 parent c67f366 commit 1c41e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uninstall:
4545

4646
clean distclean maintainer-clean:
4747
rm -f pg_rewind$(X) $(OBJS) xlogreader.c
48-
rm -rf tmp_check
48+
rm -rf tmp_check regress_log
4949

5050
check: all
5151
$(prove_check) :: local

0 commit comments

Comments
 (0)