Skip to content

Commit 8080036

Browse files
committed
Merge bitcoin/bitcoin#28181: qa, doc: Fix comment
ab498d9 qa, doc: Fix comment (Hennadii Stepanov) Pull request description: This PR is a follow-up for: - bitcoin/bitcoin#9956 - bitcoin/bitcoin#10096 ACKs for top commit: RandyMcMillan: ACK ab498d9 Tree-SHA512: 267ae52c961ee79e172f27cb1587282ac5cf7ec929a136db6feed3de4f319a74b462befd9b99711081db8a5c30a513f72366364068700418b273a31958b31b1d
2 parents 64440bb + ab498d9 commit 8080036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_runner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ def check_script_prefixes():
783783
def check_script_list(*, src_dir, fail_on_warn):
784784
"""Check scripts directory.
785785
786-
Check that there are no scripts in the functional tests directory which are
787-
not being run by pull-tester.py."""
786+
Check that all python files in this directory are categorized
787+
as a test script or meta script."""
788788
script_dir = src_dir + '/test/functional/'
789789
python_files = set([test_file for test_file in os.listdir(script_dir) if test_file.endswith(".py")])
790790
missed_tests = list(python_files - set(map(lambda x: x.split()[0], ALL_SCRIPTS + NON_SCRIPTS)))

0 commit comments

Comments
 (0)