Skip to content

Commit

Permalink
Add dbsync-config.* to list of files to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Oct 14, 2021
1 parent 4849ab1 commit baed2ae
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 baed2ae

Please sign in to comment.