diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-10-27 09:37:20 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-10-27 09:37:20 -0230 |
commit | 9221fdac67f6a2164e2365460cc99342bb02fa59 (patch) | |
tree | dd875126da36eb8ae2479454169d73e2d53649f1 /cpp/test/IceBox/configuration/run.py | |
parent | Merge branch '4332' (diff) | |
download | ice-9221fdac67f6a2164e2365460cc99342bb02fa59.tar.bz2 ice-9221fdac67f6a2164e2365460cc99342bb02fa59.tar.xz ice-9221fdac67f6a2164e2365460cc99342bb02fa59.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=4333
- Fix bug with the WatchdogThread, which caused hangs if the test failed.
- Get rid of TestUtil.cleanup()
Diffstat (limited to 'cpp/test/IceBox/configuration/run.py')
-rwxr-xr-x | cpp/test/IceBox/configuration/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/IceBox/configuration/run.py b/cpp/test/IceBox/configuration/run.py index 9064dc1b134..9b8395cb7ae 100755 --- a/cpp/test/IceBox/configuration/run.py +++ b/cpp/test/IceBox/configuration/run.py @@ -28,4 +28,3 @@ config2 = os.path.join(os.getcwd(), "config.icebox2") TestUtil.clientServerTest(additionalServerOptions= "--Ice.Config=%s" % config, server = icebox) TestUtil.clientServerTest(additionalServerOptions= "--Ice.Config=%s" % config2, server = icebox) -TestUtil.cleanup() |