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 # **********************************************************************
14 Ice::loadSlice('Test.ice')
17 def run(args, communicator)
18 allTests(communicator)
23 communicator = Ice::initialize(ARGV)
24 status = run(ARGV, communicator)
27 print ex.backtrace.join("\n")
33 communicator.destroy()
36 print ex.backtrace.join("\n")