We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49b09d commit bf05076Copy full SHA for bf05076
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8207506bbcac6d018702aaa0feda38614e144498
+refs/heads/master: 799ba7b1226cda3cf167cbe1c7e8aaf2f78c82f9
trunk/mk/tests.mk
@@ -79,6 +79,7 @@ check-fast: tidy \
79
check-stage2-rustc check-stage2-std \
80
test/$(FT_DRIVER).out \
81
82
+# Run the tidy script in multiple parts to avoid huge 'echo' commands
83
tidy:
84
@$(call E, check: formatting)
85
$(Q)echo \
@@ -92,6 +93,8 @@ tidy:
92
93
$(STDLIB_INPUTS) \
94
$(COMPILETEST_CRATE) \
95
$(COMPILETEST_INPUTS) \
96
+ | xargs -n 10 python $(S)src/etc/tidy.py
97
+ $(Q)echo \
98
$(ALL_TEST_INPUTS) \
99
| xargs -n 10 python $(S)src/etc/tidy.py
100
0 commit comments