File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 146264c6ae057d6418b8c1063526183254b245ba
2
+ refs/heads/master: 4af204ddee0fbb61eddf9579ede9f0214c942ba0
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,9 +39,11 @@ 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_RLIMIT_CORE' ,
43
- ("The rust test suite will segfault many rustc's in the debuginfo phase.\n "
44
- "set ALLOW_NONZERO_ULIMIT to ignore this warning\n " ))
42
+ error_unless_permitted ('ALLOW_NONZERO_RLIMIT_CORE' , """\
43
+ RLIMIT_CORE is set to a nonzero value (%d). During debuginfo, the test suite
44
+ will segfault many rustc's, creating many potentially large core files.
45
+ set ALLOW_NONZERO_RLIMIT_CORE to ignore this warning
46
+ """ % (soft ))
45
47
46
48
47
49
def main ():
You can’t perform that action at this time.
0 commit comments