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

Makefile error unhelpful #1134

Open
CarlFK opened this issue Jun 14, 2023 · 1 comment
Open

Makefile error unhelpful #1134

CarlFK opened this issue Jun 14, 2023 · 1 comment

Comments

@CarlFK
Copy link
Contributor

CarlFK commented Jun 14, 2023

carl@x1:~/temp/pyvideodata$ make test
...
/home/carl/temp/pyvideodata/.venv/bin/python /home/carl/temp/pyvideodata/.tests/schemas.py -d /home/carl/temp/pyvideodata -s /home/carl/temp/pyvideodata/.schemas -v 0
/home/carl/temp/pyvideodata/chipy/videos/15260.json
/home/carl/temp/pyvideodata/chipy/videos/15267.json
/home/carl/temp/pyvideodata/chipy/videos/15261.json
/home/carl/temp/pyvideodata/chipy/videos/15262.json
/home/carl/temp/pyvideodata/chipy/videos/15266.json
make: *** [Makefile:34: test-schemas] Error 5

I'm not sure where to go next.

@jonafato
Copy link
Member

Thank you for filing this issue. You're right that the tests here are more opaque than they should be. I'm guessing you've already resolved these issues based on the existence of #1135, but for future reference, make VERBOSE=1 test will give you more useful output.

This information should make its way into the contributing docs, so I'll leave this issue open until we get that added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants