Skip to content

Commit

Permalink
[Tests][Stable Nightly] More adjusts to the references
Browse files Browse the repository at this point in the history
- A mess with the cache I guess
  • Loading branch information
set-soft committed Aug 8, 2023
1 parent a5ef3c1 commit 5078207
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ test_docker_local_1_n:
/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
rm -rf output .cache/
rm -f tests/.local
docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:stable_nightly \
/bin/bash -c "export KIBOT_COPY_REF=$(KIBOT_COPY_REF); 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"
Expand Down
Binary file modified tests/reference/stable_nightly/light_control-diff_pcb.pdf
Binary file not shown.
Binary file modified tests/reference/stable_nightly/light_control-only_new.pdf
Binary file not shown.

0 comments on commit 5078207

Please sign in to comment.