diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 16:57:04 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 16:57:04 +0000 |
commit | 9c567663bdad885c19393b5996dc077cfef1e314 (patch) | |
tree | ecc4e0985c4b68e4eed6858f5738c6ecbe914f16 /cppe/config/TestUtil.py | |
parent | Fixed run script to run right test (diff) | |
download | ice-9c567663bdad885c19393b5996dc077cfef1e314.tar.bz2 ice-9c567663bdad885c19393b5996dc077cfef1e314.tar.xz ice-9c567663bdad885c19393b5996dc077cfef1e314.zip |
Embed library install directory in libraries
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 85b1a5411c6..d02c2a451e8 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 |