Skip to content

Commit

Permalink
fix the check-stageN-doc-$doc targets, close rust-lang#5661
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed May 22, 2013
1 parent b17b3f9 commit 00d99d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ TEST_GROUPS = \
perf \
debuginfo \
doc \
$(foreach docname,$(DOC_TEST_NAMES),$(docname)) \
$(foreach docname,$(DOC_TEST_NAMES),doc-$(docname)) \
pretty \
pretty-rpass \
pretty-rpass-full \
Expand Down

1 comment on commit 00d99d0

@brson
Copy link

@brson brson commented on 00d99d0 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.