Merge pull request #6685
This commit is contained in:
commit
9da3de80ae
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ testScriptsExt=(
|
||||||
);
|
);
|
||||||
|
|
||||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||||
testScripts=( ${testScripts[@]} 'zmq_test.py' )
|
testScripts+=('zmq_test.py')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
extArg="-extended"
|
extArg="-extended"
|
||||||
|
|
Loading…
Reference in a new issue