Skip to content

Commit

Permalink
Make fontbakery output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jan 11, 2024
1 parent 966ed19 commit 647e936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ $(FONTDIR)/%.woff2: $(FONTDIR)/%.ttf

$(TESTDIR)/%-shaping.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   SHAPE $(<F))
fontbakery check-shaping --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -l WARN -e WARN &> /dev/null
fontbakery check-shaping --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN &> /dev/null

$(TESTDIR)/%-fb.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   TEST $(<F))
fontbakery check-universal --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -l WARN -e WARN &> /dev/null
fontbakery check-universal --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN &> /dev/null

$(TESTDIR)/decomposition.json: $(SOURCEDIR)/$(NAME).glyphspackage $(FONTS)
$(info   GEN $(@F))
Expand Down

0 comments on commit 647e936

Please sign in to comment.