diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 16:57:47 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 16:57:47 +0000 |
commit | f915890235f2aa29c1c2df61daa4e2a4c0add55b (patch) | |
tree | 2181dff499b1abad417bc6ee2ca1b3f5f6c9289d /cppe/config/TestUtil.py | |
parent | Embed library install directory in libraries (diff) | |
download | ice-f915890235f2aa29c1c2df61daa4e2a4c0add55b.tar.bz2 ice-f915890235f2aa29c1c2df61daa4e2a4c0add55b.tar.xz ice-f915890235f2aa29c1c2df61daa4e2a4c0add55b.zip |
Fix
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r-- | cppe/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py index d02c2a451e8..85b1a5411c6 100644 --- a/cppe/config/TestUtil.py +++ b/cppe/config/TestUtil.py @@ -13,8 +13,8 @@ # blocking mode. # -#blocking = 0 -blocking = 1 +blocking = 0 +#blocking = 1 # # If you don't set "host" below, then the IceE library will try to find |