Skip to content

Commit

Permalink
Fix make valgrind-session. (#941)
Browse files Browse the repository at this point in the history
After running the valgrind session for quite some time and doing a bunch of
failovers, the valgrind report still is empty.

Fixes #914 then.
  • Loading branch information
DimCitus committed Oct 6, 2022
1 parent 626cebe commit 69441fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ compose:
valgrind-session: build-test
docker run \
--name $(TEST_CONTAINER_NAME) \
$(DOCKER_RUN_OPTS) \
$(TEST_CONTAINER_NAME) \
$(DOCKER_RUN_OPTS) -it \
$(TEST_CONTAINER_NAME):pg14 \
make -C /usr/src/pg_auto_failover \
VALGRIND=1 \
TMUX_TOP_DIR=/tmp/tmux \
Expand Down

0 comments on commit 69441fe

Please sign in to comment.