[Makefile][Fixed] Coverage file names for test_docker_local_1_n
This commit is contained in:
parent
ff6f67ae2c
commit
c8e6795019
2
Makefile
2
Makefile
|
|
@ -115,7 +115,7 @@ test_docker_local_1_n:
|
|||
rm -rf output
|
||||
rm -f tests/.local
|
||||
docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:nightly \
|
||||
/bin/bash -c "src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage htmlcov/ .cache"
|
||||
/bin/bash -c "src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage.* htmlcov/ .cache"
|
||||
|
||||
test_docker_local_1_sn:
|
||||
rm -rf output .cache/
|
||||
|
|
|
|||
Loading…
Reference in New Issue