hyperledger / fabric-samples

Samples for Hyperledger Fabric
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
2.74k stars 3.34k forks source link

test-network error message if jq not installed #1200

Closed denyeart closed 2 months ago

denyeart commented 2 months ago

With removal of fabric-tools image, test-network now depends on jq being installed locally.

This commit logs an error message if jq commands fail due to jq not being installed locally.