diff options
author | Michi Henning <michi@zeroc.com> | 2004-07-14 05:38:48 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-07-14 05:38:48 +0000 |
commit | 9ee36e5afbc59b4c610935de99cb98232152a6e7 (patch) | |
tree | 86341cbe50b32ca088ca91ca64b434e117a80264 /cs/config/TestUtil.py | |
parent | Fixed a few formatting issues. (diff) | |
download | ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.tar.bz2 ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.tar.xz ice-9ee36e5afbc59b4c610935de99cb98232152a6e7.zip |
Removed DOS line endings.
Added work-around for Mono 1.0 WaitOne() bug under Linux.
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 891d76a5889..3f8dfde2538 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -200,7 +200,7 @@ def createMsg(mono, name): def createCmd(mono, bin): if mono: - return "mono " + bin + ".exe" + return "mono --debug " + bin + ".exe" else: return bin |