Merge pull request #6685

This commit is contained in:
Jeff Garzik 2015-09-17 09:52:51 -04:00
commit 9da3de80ae
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ testScriptsExt=(
);
if [ "x$ENABLE_ZMQ" = "x1" ]; then
testScripts=( ${testScripts[@]} 'zmq_test.py' )
testScripts+=('zmq_test.py')
fi
extArg="-extended"