check: Run the rlimit_core check on *BSD
This commit is contained in:
parent
c40ec080ff
commit
93fc804b85
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def only_on(platforms):
|
|||
return decorator
|
||||
|
||||
|
||||
@only_on(('linux', 'darwin'))
|
||||
@only_on(('linux', 'darwin', 'freebsd', 'openbsd'))
|
||||
def check_rlimit_core():
|
||||
soft, hard = resource.getrlimit(resource.RLIMIT_CORE)
|
||||
if soft > 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue