Skip to content

Commit

Permalink
removing mkdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 committed Aug 29, 2024
1 parent 0a72af6 commit d045df6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testdata/scripts/node/validate/defaults-override.txtar
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# test with default override
# mkdir default_overrides
# mkdir default_overrides/evm
env CL_CHAIN_DEFAULTS=default_overrides
exec chainlink node -c config.toml -s secrets.toml validate
cmp stdout out.txt
Expand All @@ -13,12 +11,10 @@ exec chainlink node -c config.toml -s secrets.toml validate
# negative path testing with failing validate command not working in CI: BCF-3370

# overrides outside of evm suffix, FinalityTagEnabled should not match as override is not applied
# mkdir default_overrides2
# env CL_CHAIN_DEFAULTS=default_overrides2
# ! exec chainlink node -c config.toml -s secrets.toml validate

# duplicate chain IDs
# mkdir default_overrides3
# env CL_CHAIN_DEFAULTS=default_overrides3
# ! exec chainlink node -c config.toml -s secrets.toml validate
# stderr 'contains duplicate ChainID'
Expand Down

0 comments on commit d045df6

Please sign in to comment.