Skip to content

Commit 649e0f8

Browse files
committed
---
yaml --- r: 4237 b: refs/heads/master c: 12ab651 h: refs/heads/master i: 4235: 452cc8b v: v3
1 parent cf834a1 commit 649e0f8

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: 021bfb4b9bd8414fff14d7f3ada3a6ab27252462
2+
refs/heads/master: 12ab65107a96207063814c392d64e18e718c0a45

trunk/src/etc/combine-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def scrub(b):
2222
take_args = {}
2323

2424
for t in os.listdir(run_pass):
25-
if t.endswith(".rs"):
25+
if t.endswith(".rs") and not (
26+
t.startswith(".") or t.startswith("#") or t.startswith("~")):
2627
f = codecs.open(os.path.join(run_pass, t), "r", "utf8")
2728
s = f.read()
2829
if not ("xfail-stage2" in s or

0 commit comments

Comments
 (0)