[qa] pull-tester: Adjust comment

This commit is contained in:
MarcoFalke 2016-05-08 14:09:49 +02:00 committed by Jack Grigg
parent 5f13446dee
commit 0d8a62925a
1 changed files with 1 additions and 2 deletions

View File

@ -212,8 +212,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)