Skip to content

Commit fad3366

Browse files
author
MarcoFalke
committed
[qa] pull-tester: Adjust comment
1 parent fafb33c commit fad3366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ def runtests():
172172
test_list.append(t)
173173

174174
if print_help:
175-
# Help should be the same for all scripts, so just
176-
# call the first and exit
175+
# Only print help of the first script and exit
177176
subprocess.check_call(RPC_TESTS_DIR + test_list[0] + ' -h', shell=True)
178177
sys.exit(0)
179178

0 commit comments

Comments
 (0)