Skip to content

Commit

Permalink
auto merge of #8688 : alexcrichton/rust/fix, r=graydon
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 22, 2013
2 parents 063a005 + d765522 commit f858452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ tidy:
@$(call E, check: formatting)
$(Q)find $(S)src -name '*.r[sc]' \
| grep '^$(S)src/test' -v \
| grep '^$(S)src/libuv' -v \
| grep '^$(S)src/llvm' -v \
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
$(Q)find $(S)src/etc -name '*.py' \
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
Expand Down

0 comments on commit f858452

Please sign in to comment.