diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-03-18 23:53:29 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-03-18 23:53:29 +0100 |
commit | ae4f24819aa373ddc342b201de41bd5b8a42435e (patch) | |
tree | 7e044e5cda298057441062f569b671813c8b7104 /cpp/test/Slice/errorDetection/run.py | |
parent | bug 2820: IceBox fixes (diff) | |
download | ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.tar.bz2 ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.tar.xz ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.zip |
- Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2832 bug 2832]
- Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2833 bug 2833]
- Cleaned up C# IceSSL configuration test.
- Fixed build system bug introduced bug fix for bug [http://bugzilla/bugzilla/show_bug.cgi?id=2831 bug 2831]
- Got rid of some unecessary methods from TestUtil.py (getCertsDir, getBinDir)
- Fixed bug where -I/include was added to the CPPFLAGS on Linux
- Removed generation of {{{Ice-<version>-demos-for-msi.zip}}}
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index 9470889ca32..abd3b0053b6 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -25,7 +25,7 @@ import TestUtil TestUtil.processCmdLine() directory = os.path.dirname(os.path.abspath(__file__)) -slice2cpp = os.path.join(TestUtil.getBinDir(directory), "slice2cpp") +slice2cpp = os.path.join(TestUtil.getCppBinDir(), "slice2cpp") regex1 = re.compile(r"\.ice$", re.IGNORECASE) files = [] |