Skip to content

Commit 80fbf47

Browse files
committed
---
yaml --- r: 195481 b: refs/heads/master c: 93fc804 h: refs/heads/master i: 195479: e985dcb v: v3
1 parent ac0a8b6 commit 80fbf47

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: c40ec080ffdc2222c69c5e0feed543b38c5f99ba
2+
refs/heads/master: 93fc804b85b856aa84455cdcee5f4ae51b51a25a
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
@@ -35,7 +35,7 @@ def inner():
3535
return decorator
3636

3737

38-
@only_on(('linux', 'darwin'))
38+
@only_on(('linux', 'darwin', 'freebsd', 'openbsd'))
3939
def check_rlimit_core():
4040
soft, hard = resource.getrlimit(resource.RLIMIT_CORE)
4141
if soft > 0:

0 commit comments

Comments
 (0)