Skip to content

Commit 0b9e8dd

Browse files
committed
---
yaml --- r: 4375 b: refs/heads/master c: 92a4c0c h: refs/heads/master i: 4373: 8f2baa0 4371: fc9161e 4367: 16f7309 v: v3
1 parent 9dd233b commit 0b9e8dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 63600828cd8745d4b8447ba8f9207f3ff345c28d
2+
refs/heads/master: 92a4c0cee701a91702d4295eef37fc2ea12bc153

trunk/mk/pp.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ else
88
$(S)src/test/*/*/*.rs) \
99
$(wildcard $(S)src/fuzzer/*.rs)
1010

11-
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
11+
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L \
12+
"no-reformat\|xfail-pretty\|xfail-stage2")
1213
endif
1314

1415
reformat: $(SREQ1)

0 commit comments

Comments
 (0)