Skip to content

Commit

Permalink
DEBUG_TRACE=1 tests/run-master-and-replica.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Aug 24, 2024
1 parent a5fa39e commit 3006ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-master-and-replica.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function run_ipa_container() {
umask 0
$docker run $readonly_run -d --name "$N" $OPTS \
-v $VOLUME:/data:Z $DOCKER_RUN_OPTS \
-e DEBUG_TRACE=1 \
-e PASSWORD=Secret123 "$IMAGE" "$@"
)
wait_for_ipa_container "$N" "$@"
Expand Down

0 comments on commit 3006ee8

Please sign in to comment.