Skip to content

Commit 9d6c10d

Browse files
committed
Dev: run-functional-tests: Don't restart container automatically
1 parent 77b8014 commit 9d6c10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-functional-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ deploy_ha_node() {
232232
make_cmd="cd $PROJECT_INSIDE;./autogen.sh && ./configure --prefix /usr && make install && make install-crmconfDATA prefix= && cp /usr/bin/crm /usr/sbin"
233233

234234
info "Deploying \"$node_name\"..."
235-
docker run --restart always $docker_options $DOCKER_IMAGE &> /dev/null
235+
docker run --restart no $docker_options $DOCKER_IMAGE &> /dev/null
236236
for network in ${HA_NETWORK_ARRAY[@]};do
237237
docker network connect $network $node_name
238238
done

0 commit comments

Comments
 (0)