From 19e682653ba4b8a141dac95ed440078f6cc7a61d Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 11 Sep 2024 16:58:55 +0200 Subject: [PATCH] The make fix-volume operation does not need an interactive terminal. --- tests/follow-9.6/Makefile | 2 +- tests/follow-data-only/Makefile | 2 +- tests/follow-wal2json/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/follow-9.6/Makefile b/tests/follow-9.6/Makefile index c601e784..42d15642 100644 --- a/tests/follow-9.6/Makefile +++ b/tests/follow-9.6/Makefile @@ -28,7 +28,7 @@ OPTS = --env-file=../paths.env $(VOLUMES) CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: - docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) + docker run --rm $(OPTS) $(CNAME) $(CLEANUP) attach: docker run --rm -it $(OPTS) $(CNAME) bash diff --git a/tests/follow-data-only/Makefile b/tests/follow-data-only/Makefile index bfb4d080..c309fec5 100644 --- a/tests/follow-data-only/Makefile +++ b/tests/follow-data-only/Makefile @@ -25,7 +25,7 @@ OPTS = --env-file=../paths.env $(VOLUMES) CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: - docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) + docker run --rm $(OPTS) $(CNAME) $(CLEANUP) attach: docker run --rm -it $(OPTS) $(CNAME) bash diff --git a/tests/follow-wal2json/Makefile b/tests/follow-wal2json/Makefile index 0a3c7062..16bbb937 100644 --- a/tests/follow-wal2json/Makefile +++ b/tests/follow-wal2json/Makefile @@ -25,7 +25,7 @@ OPTS = --env-file=../paths.env $(VOLUMES) CLEANUP = make -f /var/lib/postgres/cleanup.mk fix-volumes: - docker run --rm -it $(OPTS) $(CNAME) $(CLEANUP) + docker run --rm $(OPTS) $(CNAME) $(CLEANUP) attach: docker run --rm -it $(OPTS) $(CNAME) bash