Updated the way we generate the test_v5-schematic_(no_L).pdf reference

This commit is contained in:
Salvador E. Tropea 2020-09-01 20:28:19 -03:00
parent e0de652105
commit 7dfd7aab16
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ gen_ref:
cp -a $(REFILL).refill $(REFILL)
src/kibot -c tests/yaml_samples/pdf_zone-refill.kibot.yaml -b tests/board_samples/zone-refill.kicad_pcb -d $(REFDIR)
src/kibot -c tests/yaml_samples/print_pcb_zone-refill.kibot.yaml -b tests/board_samples/zone-refill.kicad_pcb -d $(REFDIR)
src/kibot -c tests/yaml_samples/sch_no_inductors.kibot.yaml -e tests/board_samples/test_v5.sch -d $(REFDIR)
src/kibot -c tests/yaml_samples/print_pdf_no_inductors_1.kibot.yaml -e tests/board_samples/test_v5.sch -d $(REFDIR)
mv "$(REFDIR)no_inductor/test_v5-schematic_(no_L).pdf" $(REFDIR)
rmdir $(REFDIR)no_inductor/
cp -a $(REFILL).ok $(REFILL)