diff --git a/tests/follow-9.6/Makefile b/tests/follow-9.6/Makefile index 17829cc11..61c02d104 100644 --- a/tests/follow-9.6/Makefile +++ b/tests/follow-9.6/Makefile @@ -30,4 +30,7 @@ CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) +attach: + docker run --rm -it $(OPTS) $(CNAME) bash + .PHONY: run down build test fix-volumes diff --git a/tests/follow-data-only/Makefile b/tests/follow-data-only/Makefile index c43a65e6d..b6e799fc2 100644 --- a/tests/follow-data-only/Makefile +++ b/tests/follow-data-only/Makefile @@ -27,4 +27,7 @@ CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) +attach: + docker run --rm -it $(OPTS) $(CNAME) bash + .PHONY: run down build test fix-volumes diff --git a/tests/follow-wal2json/Makefile b/tests/follow-wal2json/Makefile index f8c7dc516..b27bf12f2 100644 --- a/tests/follow-wal2json/Makefile +++ b/tests/follow-wal2json/Makefile @@ -27,4 +27,7 @@ CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) +attach: + docker run --rm -it $(OPTS) $(CNAME) bash + .PHONY: run down build test fix-volumes