diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-06 16:58:38 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-06 16:58:38 +0100 |
commit | 948c18ac0abd7ff12d29da584ad7b21822945a2f (patch) | |
tree | 3501e0c45ee39020ee537cbd6413db0659d04141 /cpp/test/Ice/stream/run.py | |
parent | 3.5b TP installer build (diff) | |
download | ice-948c18ac0abd7ff12d29da584ad7b21822945a2f.tar.bz2 ice-948c18ac0abd7ff12d29da584ad7b21822945a2f.tar.xz ice-948c18ac0abd7ff12d29da584ad7b21822945a2f.zip |
Lots of minor test and build fixes.
- Added --client-home option to allow running tests against clients
from another source distribution.
- Fixed bogus identation in some Makefiles
- Fixed installation of Ice for Java on platforms where the GUI isn't built.
- Added more cross language tests.
- Fixed issues with running the tests against a binary distribution.
Diffstat (limited to 'cpp/test/Ice/stream/run.py')
-rwxr-xr-x | cpp/test/Ice/stream/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stream/run.py b/cpp/test/Ice/stream/run.py index 85ddafb614f..91717f869da 100755 --- a/cpp/test/Ice/stream/run.py +++ b/cpp/test/Ice/stream/run.py @@ -21,7 +21,9 @@ sys.path.append(os.path.join(path[0], "scripts")) import TestUtil client = os.path.join(os.getcwd(), "client") + print("Running test with default encoding...") TestUtil.simpleTest(client) + print("Running test with 1.0 encoding...") TestUtil.simpleTest(client, "--Ice.Default.EncodingVersion=1.0") |