Skip to content

Commit 57b9408

Browse files
committed
---
yaml --- r: 195482 b: refs/heads/master c: e4f9ce8 h: refs/heads/master v: v3
1 parent 80fbf47 commit 57b9408

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: 93fc804b85b856aa84455cdcee5f4ae51b51a25a
2+
refs/heads/master: e4f9ce8cbf9d5a110afb7274c393abb333e01a2b
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
@@ -29,7 +29,7 @@ def only_on(platforms):
2929
def decorator(func):
3030
@functools.wraps(func)
3131
def inner():
32-
if sys.platform in platforms:
32+
if any(map(lambda x: sys.platform.startswith(x), platforms)):
3333
func()
3434
return inner
3535
return decorator

0 commit comments

Comments
 (0)