diff options
author | Michi Henning <michi@zeroc.com> | 2004-07-06 05:03:39 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-07-06 05:03:39 +0000 |
commit | a0db88a5292afcac419cdc8c27e226b93f436095 (patch) | |
tree | a68e0d60d5111a261e28d7f86c918b76371f573d /cs/config/TestUtil.py | |
parent | Got carried away when changing the tests to unbuffered I/O and changed more (diff) | |
download | ice-a0db88a5292afcac419cdc8c27e226b93f436095.tar.bz2 ice-a0db88a5292afcac419cdc8c27e226b93f436095.tar.xz ice-a0db88a5292afcac419cdc8c27e226b93f436095.zip |
Final tidy-up for 1.5.0 release.
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index d3650af006f..5e7fe0aaca1 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -127,7 +127,7 @@ def printOutputFromPipe(pipe): c = pipe.read(1) - if c == "" + if c == "": break os.write(1, c) |