diff options
author | Marc Laukien <marc@zeroc.com> | 2002-03-31 17:53:03 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-03-31 17:53:03 +0000 |
commit | 34a7d97629ff0d76b32cda13eee25cfeb9e8fb93 (patch) | |
tree | 252c38012849e9d25d501980473cd4364d57eda8 /java/test/IceXML/encoding/run.py | |
parent | connections are now released when the last proxy is destroyed (diff) | |
download | ice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.tar.bz2 ice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.tar.xz ice-34a7d97629ff0d76b32cda13eee25cfeb9e8fb93.zip |
run.py fixes
Diffstat (limited to 'java/test/IceXML/encoding/run.py')
-rwxr-xr-x | java/test/IceXML/encoding/run.py | 3 |
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) |