yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
25 stars 39 forks source link

can't run tests in docker container #364

Closed dzhovi closed 2 months ago

dzhovi commented 2 months ago

@yegor256 after building an image(i did not change anything in the project), i tried to run tests using docker run --rm cam make test but it resulted the error:

+++ tests +++

There are 56 tests in /cam/tests

before/test-layout.sh:
πŸ‘πŸ» All test scripts have their live counterparts

before/test-executability.sh:
πŸ‘πŸ» All .sh scripts are executable
Script '/cam/cam/lib/python3.12/site-packages/cffconvert/cli/validate_or_write_output.py' is not executable, try running 'chmod +x /cam/cam/lib/python3.12/site-packages/cffconvert/cli/validate_or_write_output.py'
❌ Non-zero exit code (TARGET=/cam/test-zone/before/test-executability.sh/target)
You can run this particular test in isolation: make test TEST=tests/before/test-executability.sh
make: *** [Makefile:78: test] Error 1
yegor256 commented 2 months ago

@dzhovi should be fixed, try again please