blob: 140eefb5dfb6ee22d0d14f65da12a54037cf9975 (
plain)
1
2
3
4
5
6
7
|
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
if isinstance(platform, Windows) or os.getuid() != 0:
TestSuite(__file__, [IceGridTestCase()], multihost=False)
|