File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
169169test_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
177177test_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
278278single_test :
279279 -@rm .coverage
You can’t perform that action at this time.
0 commit comments