aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-05-08 14:09:49 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-05-08 14:09:14 +0200
commitfad336648c848c7a4b3e32bae68ea9a22f97e668 (patch)
tree0910539b3d12d8b63a5b80caeda7a2b2710c661c /qa
parentfafb33cdefd2d8ce065263978075d26a1672b630 (diff)
downloadbitcoin-fad336648c848c7a4b3e32bae68ea9a22f97e668.tar.xz
[qa] pull-tester: Adjust comment
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/rpc-tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index e8434b4a60..c6f91f8cb3 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -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)