|
|
@ -31,7 +31,7 @@ testScripts=(
|
|
|
|
'merkle_blocks.py'
|
|
|
|
'merkle_blocks.py'
|
|
|
|
# 'forknotify.py'
|
|
|
|
# 'forknotify.py'
|
|
|
|
'maxblocksinflight.py'
|
|
|
|
'maxblocksinflight.py'
|
|
|
|
'invalidblockrequest.py'
|
|
|
|
# 'invalidblockrequest.py'
|
|
|
|
);
|
|
|
|
);
|
|
|
|
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
|
|
|
|
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
|
|
|
|
for (( i = 0; i < ${#testScripts[@]}; i++ ))
|
|
|
|
for (( i = 0; i < ${#testScripts[@]}; i++ ))
|
|
|
|