File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e4f9ce8cbf9d5a110afb7274c393abb333e01a2b
2
+ refs/heads/master: 146264c6ae057d6418b8c1063526183254b245ba
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
5
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def inner():
39
39
def check_rlimit_core ():
40
40
soft , hard = resource .getrlimit (resource .RLIMIT_CORE )
41
41
if soft > 0 :
42
- error_unless_permitted ('ALLOW_NONZERO_ULIMIT ' ,
42
+ error_unless_permitted ('ALLOW_NONZERO_RLIMIT_CORE ' ,
43
43
("The rust test suite will segfault many rustc's in the debuginfo phase.\n "
44
44
"set ALLOW_NONZERO_ULIMIT to ignore this warning\n " ))
45
45
You can’t perform that action at this time.
0 commit comments