Skip to content

Commit

Permalink
Add some p2p tests to pull-tester.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaftuar committed Apr 28, 2015
1 parent 4d1a07c commit b7f3812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/pull-tester/rpc-tests.sh
Expand Up @@ -28,6 +28,8 @@ testScripts=(
'httpbasics.py'
'zapwallettxes.py'
# 'forknotify.py'
'maxblocksinflight.py'
'invalidblockrequest.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
for (( i = 0; i < ${#testScripts[@]}; i++ ))
Expand Down

0 comments on commit b7f3812

Please sign in to comment.