summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
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: