Skip to content

Commit e9447af

Browse files
committed
---
yaml --- r: 195483 b: refs/heads/master c: 146264c h: refs/heads/master i: 195481: 80fbf47 195479: e985dcb v: v3
1 parent 57b9408 commit e9447af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e4f9ce8cbf9d5a110afb7274c393abb333e01a2b
2+
refs/heads/master: 146264c6ae057d6418b8c1063526183254b245ba
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
55
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf

trunk/src/etc/check-sanitycheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def inner():
3939
def check_rlimit_core():
4040
soft, hard = resource.getrlimit(resource.RLIMIT_CORE)
4141
if soft > 0:
42-
error_unless_permitted('ALLOW_NONZERO_ULIMIT',
42+
error_unless_permitted('ALLOW_NONZERO_RLIMIT_CORE',
4343
("The rust test suite will segfault many rustc's in the debuginfo phase.\n"
4444
"set ALLOW_NONZERO_ULIMIT to ignore this warning\n"))
4545

0 commit comments

Comments
 (0)