2 # **********************************************************************
4 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
6 # This copy of Ice is licensed to you under the terms described in the
7 # ICE_LICENSE file included in this distribution.
9 # **********************************************************************
11 import os
, sys
, traceback
14 Ice
.loadSlice('Test.ice')
17 def run(args
, communicator
):
18 custom
= AllTests
.allTests(communicator
)
23 communicator
= Ice
.initialize(sys
.argv
)
24 status
= run(sys
.argv
, communicator
)
31 communicator
.destroy()