[Test] Added short names for single tests
This commit is contained in:
parent
c5a6d894c9
commit
d1894e5097
4
Makefile
4
Makefile
|
|
@ -70,6 +70,8 @@ test1:
|
|||
#@echo "********************" Error
|
||||
#@cat output/*/error.txt
|
||||
|
||||
t1k5: test_docker_local_1
|
||||
|
||||
test_docker_local_1:
|
||||
-rm -rf output
|
||||
-rm -f tests/.local
|
||||
|
|
@ -129,6 +131,8 @@ docker_shell:
|
|||
--volume="/home/$(USER):/home/$(USER):rw" \
|
||||
setsoft/kicad_auto_test:latest /bin/bash
|
||||
|
||||
t1k6: single_test
|
||||
|
||||
single_test:
|
||||
rm -rf pp
|
||||
-$(PY_COV) run src/kibot --help-list-outputs > /dev/null
|
||||
|
|
|
|||
Loading…
Reference in New Issue