mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
auto merge of #12465 : huonw/rust/notidy, r=brson
tidy has some limitations (e.g. the "checked in binaries" check doesn't and can't actually check git), and so it's useful to run tests without running tidy occasionally.
This commit is contained in:
commit
4bc7672335
@ -171,7 +171,9 @@ endif
|
||||
# Main test targets
|
||||
######################################################################
|
||||
|
||||
check: cleantestlibs cleantmptestlogs tidy all check-stage2
|
||||
check: cleantmptestlogs cleantestlibs tidy check-notidy
|
||||
|
||||
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
|
||||
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
|
||||
|
||||
check-lite: cleantestlibs cleantmptestlogs \
|
||||
|
Loading…
Reference in New Issue
Block a user