Skip to content

Commit

Permalink
CI: ugly hack to debug Windows builds in CI fail
Browse files Browse the repository at this point in the history
Attempt to see more (error) messages.

Related to bug OSGeo#2454
  • Loading branch information
neteler committed Jun 28, 2022
1 parent 2af9d79 commit 6866c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Make/HtmlRules.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# common html rules (included by Html.make and GuiScript.make)

htmldesc = $(call run_grass,$(1) --html-description < /dev/null | grep -v '</body>\|</html>' > $(2))
htmldesc = $(call run_grass,$(1) --html-description | grep -v '</body>\|</html>')

IMGSRC := $(wildcard *.png) $(wildcard *.jpg) $(wildcard *.gif)
IMGDST := $(patsubst %,$(HTMLDIR)/%,$(IMGSRC))
Expand Down

0 comments on commit 6866c3f

Please sign in to comment.