aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-07-10 21:14:33 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-07-10 22:01:41 +0200
commit9da8fc8f26586443b5df3adea1af3e84846374c1 (patch)
treee0ea5cbe18219b9d983b5791c8a40741de48ba77 /qa/pull-tester
parent6ed38b0b8ff195d4a7117232efc08b29e56ebb60 (diff)
downloadbitcoin-9da8fc8f26586443b5df3adea1af3e84846374c1.tar.xz
[QA] remove rawtransactions.py from the extended test list
rawtransactions.py is already in the standard test list
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 0ef1b1eda8..72a282bc00 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -54,7 +54,6 @@ testScriptsExt=(
'smartfees.py'
'maxblocksinflight.py'
'invalidblockrequest.py'
- 'rawtransactions.py'
# 'forknotify.py'
'p2p-acceptblock.py'
);