|
|
|
@ -59,9 +59,9 @@ testScriptsExt=(
@@ -59,9 +59,9 @@ testScriptsExt=(
|
|
|
|
|
'p2p-acceptblock.py' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
if [ "x$ENABLE_ZMQ" = "x1" ]; then |
|
|
|
|
testScripts+=('zmq_test.py') |
|
|
|
|
fi |
|
|
|
|
#if [ "x$ENABLE_ZMQ" = "x1" ]; then |
|
|
|
|
# testScripts+=('zmq_test.py') |
|
|
|
|
#fi |
|
|
|
|
|
|
|
|
|
extArg="-extended" |
|
|
|
|
passOn=${@#$extArg} |
|
|
|
|