Browse Source

[qa] pull-tester: Adjust comment

0.13
MarcoFalke 9 years ago
parent
commit
fad336648c
  1. 3
      qa/pull-tester/rpc-tests.py

3
qa/pull-tester/rpc-tests.py

@ -172,8 +172,7 @@ def runtests(): @@ -172,8 +172,7 @@ def runtests():
test_list.append(t)
if print_help:
# Help should be the same for all scripts, so just
# call the first and exit
# Only print help of the first script and exit
subprocess.check_call(RPC_TESTS_DIR + test_list[0] + ' -h', shell=True)
sys.exit(0)

Loading…
Cancel
Save