Skip to content

Commit

Permalink
Merge PR #15130: test-suite coqdoc: capture stderr
Browse files Browse the repository at this point in the history
Reviewed-by: Alizter
Co-authored-by: Alizter <Alizter@users.noreply.github.com>
  • Loading branch information
coqbot-app[bot] and Alizter committed Nov 9, 2021
2 parents 6b260db + ae63ba2 commit c70e317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-suite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ $(addsuffix .log,$(wildcard coqdoc/*.v)): %.v.log: %.v %.html.out %.tex.out $(PR
@echo "TEST $< $(call get_coq_prog_args_in_parens,"$<")"
$(HIDE){ \
echo $(call log_intro,$<); \
$(coqc) -R coqdoc Coqdoc $* 2>&1; \
$(coqc) -R coqdoc Coqdoc $*; \
cd coqdoc; \
f=`basename $*`; \
$(coqdoc) -utf8 -R . Coqdoc -coqlib_url http://coq.inria.fr/stdlib --html $$f.v; \
Expand All @@ -839,7 +839,7 @@ $(addsuffix .log,$(wildcard coqdoc/*.v)): %.v.log: %.v %.html.out %.tex.out $(PR
echo " $<...Error! (unexpected output)"; \
$(FAIL); \
fi; \
} > "$@"
} > "$@" 2>&1

# tools/

Expand Down

0 comments on commit c70e317

Please sign in to comment.