Skip to content

Commit

Permalink
[Test] add 'zerocoin' to the list of good prefixes in test_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Mar 16, 2019
1 parent 78f1a24 commit c3352f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def check_script_prefixes():
# convention don't immediately cause the tests to fail.
LEEWAY = 10

good_prefixes_re = re.compile("(example|feature|interface|mempool|mining|p2p|rpc|wallet)_")
good_prefixes_re = re.compile("(example|feature|interface|mempool|mining|p2p|rpc|wallet|zerocoin)_")
bad_script_names = [script for script in ALL_SCRIPTS if good_prefixes_re.match(script) is None]

if len(bad_script_names) > 0:
Expand Down

0 comments on commit c3352f0

Please sign in to comment.