summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-06-14 17:45:39 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-06-14 17:45:39 +0000
commite15a4b7862cd7ecd1c14fb78155256d0856f4ba7 (patch)
treec87937ee2f0761c9037b5234248c6423d24a5234 /java/config/TestUtil.py
parentimplemented VerifyDepthMax in Java, C# (diff)
downloadice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.tar.bz2
ice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.tar.xz
ice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.zip
updates to the test harness. Fixed a bug with cleanDb in IceGridAdmin.py.
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r--java/config/TestUtil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 07f2bd65753..fcf7d0a717a 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -231,8 +231,6 @@ def getServerPid(pipe):
continue
break
- serverPids.append(int(output))
-
try:
serverPids.append(int(output))
except ValueError: