mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
enable zmq-test in rpc-tests.sh
This commit is contained in:
parent
83f0e22497
commit
110a1fd727
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue