Merge pull request #6685

This commit is contained in:
Jeff Garzik
2015-09-17 09:52:51 -04:00

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"