From cd75cbd2b74ed00aeed4770bdc2118612c0ebeaf Mon Sep 17 00:00:00 2001 From: dkijania Date: Mon, 6 Jan 2025 15:41:30 +0100 Subject: [PATCH] remove .proof node from magic config file instead of entire file --- src/lib/integration_test_local_engine/docker_node_config.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/integration_test_local_engine/docker_node_config.ml b/src/lib/integration_test_local_engine/docker_node_config.ml index ae51352e7e6..f469d20b16c 100644 --- a/src/lib/integration_test_local_engine/docker_node_config.ml +++ b/src/lib/integration_test_local_engine/docker_node_config.ml @@ -89,9 +89,9 @@ module Base_node_config = struct , {|#!/bin/bash # This file is auto-generated by the local integration test framework. # - # Removes magic config file which is loaded by default when daemon is starting. - # It can influence final config file, so we need to remove it before starting process - rm -f |} + # Removes proof node in magic config file which is loaded by default when daemon is starting. + # It can influence final runtime config, so we need to remove it before starting the process + jq 'del(.proof)' |} ^ magic_config_file commit_id ^ {| # Path to the libp2p_key file