Skip to content

Commit 69441fe

Browse files
authored
Fix make valgrind-session. (#941)
After running the valgrind session for quite some time and doing a bunch of failovers, the valgrind report still is empty. Fixes #914 then.
1 parent 626cebe commit 69441fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ compose:
384384
valgrind-session: build-test
385385
docker run \
386386
--name $(TEST_CONTAINER_NAME) \
387-
$(DOCKER_RUN_OPTS) \
388-
$(TEST_CONTAINER_NAME) \
387+
$(DOCKER_RUN_OPTS) -it \
388+
$(TEST_CONTAINER_NAME):pg14 \
389389
make -C /usr/src/pg_auto_failover \
390390
VALGRIND=1 \
391391
TMUX_TOP_DIR=/tmp/tmux \

0 commit comments

Comments
 (0)