Skip to content

Commit

Permalink
remove .proof node from magic config file instead of entire file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 6, 2025
1 parent 1e7f0e0 commit cd75cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/integration_test_local_engine/docker_node_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd75cbd

Please sign in to comment.