Skip to content

Commit bf05076

Browse files
committed
---
yaml --- r: 6058 b: refs/heads/master c: 799ba7b h: refs/heads/master v: v3
1 parent d49b09d commit bf05076

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8207506bbcac6d018702aaa0feda38614e144498
2+
refs/heads/master: 799ba7b1226cda3cf167cbe1c7e8aaf2f78c82f9

trunk/mk/tests.mk

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ check-fast: tidy \
7979
check-stage2-rustc check-stage2-std \
8080
test/$(FT_DRIVER).out \
8181

82+
# Run the tidy script in multiple parts to avoid huge 'echo' commands
8283
tidy:
8384
@$(call E, check: formatting)
8485
$(Q)echo \
@@ -92,6 +93,8 @@ tidy:
9293
$(STDLIB_INPUTS) \
9394
$(COMPILETEST_CRATE) \
9495
$(COMPILETEST_INPUTS) \
96+
| xargs -n 10 python $(S)src/etc/tidy.py
97+
$(Q)echo \
9598
$(ALL_TEST_INPUTS) \
9699
| xargs -n 10 python $(S)src/etc/tidy.py
97100

0 commit comments

Comments
 (0)