summaryrefslogtreecommitdiff
path: root/java/test/IceXML/encoding/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-03-31 17:53:03 +0000
committerMarc Laukien <marc@zeroc.com>2002-03-31 17:53:03 +0000
commit34a7d97629ff0d76b32cda13eee25cfeb9e8fb93 (patch)
tree252c38012849e9d25d501980473cd4364d57eda8 /java/test/IceXML/encoding/run.py
parentconnections are now released when the last proxy is destroyed (diff)
downloadice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.tar.bz2
ice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.tar.xz
ice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.zip
run.py fixes
Diffstat (limited to 'java/test/IceXML/encoding/run.py')
-rwxr-xr-xjava/test/IceXML/encoding/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/test/IceXML/encoding/run.py b/java/test/IceXML/encoding/run.py
index 0829f8c501d..499c2d4d87f 100755
--- a/java/test/IceXML/encoding/run.py
+++ b/java/test/IceXML/encoding/run.py
@@ -34,8 +34,7 @@ if not output:
clientPipe.close()
sys.exit(1)
print "ok"
-print output,
-
+print output
clientPipe.close()
sys.exit(0)