Skip to content

Commit

Permalink
Auto merge of rust-lang#34201 - sanxiyn:check-error-index, r=nagisa
Browse files Browse the repository at this point in the history
Check error index in `make check`

This was checked in rustbuild but not in `make check`, causing passed-Travis-but-failed-Buildbot.
  • Loading branch information
bors authored Jun 11, 2016
2 parents 35841ee + fa5fb25 commit 5c2a5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ check-stage$(1)-T-$(2)-H-$(3)-exec: \
check-stage$(1)-T-$(2)-H-$(3)-incremental-exec \
check-stage$(1)-T-$(2)-H-$(3)-ui-exec \
check-stage$(1)-T-$(2)-H-$(3)-doc-exec \
check-stage$(1)-T-$(2)-H-$(3)-doc-error-index-exec \
check-stage$(1)-T-$(2)-H-$(3)-pretty-exec

ifndef CFG_DISABLE_CODEGEN_TESTS
Expand Down

0 comments on commit 5c2a5d4

Please sign in to comment.