Skip to content

Commit

Permalink
Merge pull request #741 from mkoura/add_dbsync_config
Browse files Browse the repository at this point in the history
Add `dbsync-config.*` to list of files to copy
  • Loading branch information
mkoura committed Oct 14, 2021
2 parents ef8fcf7 + 5da0b7b commit d67382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/utils/cluster_scripts.py
Expand Up @@ -193,7 +193,7 @@ def prepare_scripts_files(
class TestnetScripts(ScriptsTypes):
"""Testnet cluster scripts (full cardano mode)."""

TESTNET_GLOBS = ("config*.json", "genesis-*.json", "topology-*.json")
TESTNET_GLOBS = ("config*.json", "genesis-*.json", "topology-*.json", "dbsync-config.*")
BOOTSTRAP_CONF = "testnet_conf"

def __init__(self) -> None:
Expand Down

0 comments on commit d67382b

Please sign in to comment.