diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-25 00:23:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-25 00:23:58 +0000 |
commit | 125a739d03d2cf7c6071af645a48c5c086ea1772 (patch) | |
tree | 69b4a22aa8c9e9952a0f583be6061b0384e4e668 /cs/config/TestUtil.py | |
parent | args parsing (diff) | |
download | ice-125a739d03d2cf7c6071af645a48c5c086ea1772.tar.bz2 ice-125a739d03d2cf7c6071af645a48c5c086ea1772.tar.xz ice-125a739d03d2cf7c6071af645a48c5c086ea1772.zip |
host for tests
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 2c2aabbdf4d..b1c1be76909 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -25,15 +25,13 @@ compress = 0 #compress = 1 // TODO: Not implemented yet # -# Set the host to the host name the test servers are running on. If -# set to the empty string, Ice will try to find out the IP address for the -# hostname. If you DNS isn't set up propertly, you should therefore -# use "localhost". +# If you don't set "host" below, then the Ice library will try to find +# out the IP address of this host. For the Ice test suite, it's best +# to set the IP address explicitly to 127.0.0.1. This avoid problems +# with incorrect DNS or hostname setups. # -#host = "someotherhost" -#host = "localhost" -host = "" +host = "127.0.0.1" # # Don't change anything below this line! |