Skip to content

Commit d63dadb

Browse files
committed
[Makefile] Made KiCad 8 the default
1 parent 30b2bd2 commit d63dadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ test_docker_local_k7_1:
164164
$(PY_COV) html
165165
rm .coverage
166166

167-
#t1k7: test_docker_local_k7_1
167+
t1k7: test_docker_local_k7_1
168168

169169
test_docker_local_k8_1:
170170
rm -rf output
171171
docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki8 \
172172
/bin/bash -c "$(PYTEST) --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/kicad8/ .coverage.*"
173173
rm .coverage.*
174174

175-
t1k8: test_docker_local_k8_1
175+
# t1k8: test_docker_local_k8_1
176176

177177
test_docker_local_k8_1_ni:
178178
rm -rf output
@@ -273,7 +273,7 @@ gen_ref:
273273
# Restore the colors scheme
274274
mv $(HOME)/.config/kicad/7.0/colors.ok $(HOME)/.config/kicad/7.0/colors
275275

276-
t1k7: single_test
276+
t1k8: single_test
277277

278278
single_test:
279279
-@rm .coverage

0 commit comments

Comments
 (0)