Skip to content

Commit 146264c

Browse files
committed
check: Name the sentinal variable more sanely
1 parent e4f9ce8 commit 146264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/check-sanitycheck.py

+1-1
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)