Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

make cover need jq #65

Closed
chemidy opened this issue May 7, 2018 · 3 comments
Closed

make cover need jq #65

chemidy opened this issue May 7, 2018 · 3 comments

Comments

@chemidy
Copy link
Contributor

chemidy commented May 7, 2018

jq json parser is needed.

make cover
./etc/bin/cover.sh: line 72: jq: command not found

Maybe is it possible to add a check for jq on make init ?

@bufdev
Copy link
Contributor

bufdev commented May 7, 2018

We could add an explicit check for it. The above looks like it sufficed to me, but happy to have an actual check with which.

@bufdev
Copy link
Contributor

bufdev commented May 7, 2018

I wouldn't add to init though, I would add to the script. Init is just for initializing vendor, and might be a bad verb for the make target.

@bufdev
Copy link
Contributor

bufdev commented May 7, 2018

Fixed in #67.

@bufdev bufdev closed this as completed May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants