Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e returns blank error when jq or fzf are not installed #4600

Closed
3 tasks
colin-axner opened this issue Sep 7, 2023 · 0 comments · Fixed by #4624
Closed
3 tasks

e2e returns blank error when jq or fzf are not installed #4600

colin-axner opened this issue Sep 7, 2023 · 0 comments · Fixed by #4624
Assignees
Labels

Comments

@colin-axner
Copy link
Contributor

Summary

make e2e-test
./scripts/init.sh
using config file at /home/bartleby/.ibc-go-e2e-config.yaml for e2e test
for id in  ; do \
	/usr/bin/docker stop $id ; \
	/usr/bin/docker rm $id ; \
done
./scripts/run-e2e.sh  
make: *** [Makefile:14: e2e-test] Error 1

Problem Definition

jq and fzf were not installed, luckily when I saw the error I knew the solution

Proposal

In make e2e-test check if jq or fzf are installed and create helpful error message if they are not


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@colin-axner colin-axner added the e2e label Sep 7, 2023
@chatton chatton self-assigned this Sep 11, 2023
@chatton chatton mentioned this issue Sep 11, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done 🥳
Development

Successfully merging a pull request may close this issue.

2 participants