enable zmq-test in rpc-tests.sh

This commit is contained in:
Jonas Schnelli 2015-09-17 20:04:34 +02:00
parent 83f0e22497
commit 110a1fd727

View file

@ -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}