diff options
author | Jose <jose@zeroc.com> | 2016-12-13 18:01:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-13 18:01:33 +0100 |
commit | e392091f714fc0eeed8af9be13dc5fd6a7be56f7 (patch) | |
tree | cfc874a33da33deeae3b8389b8bb8104c24079f8 /cpp/test/Slice/headers/test.py | |
parent | Support for C++ iOS Simulator controller (diff) | |
download | ice-e392091f714fc0eeed8af9be13dc5fd6a7be56f7.tar.bz2 ice-e392091f714fc0eeed8af9be13dc5fd6a7be56f7.tar.xz ice-e392091f714fc0eeed8af9be13dc5fd6a7be56f7.zip |
Script fixes for Windows MSI distribution
Diffstat (limited to 'cpp/test/Slice/headers/test.py')
-rw-r--r-- | cpp/test/Slice/headers/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/headers/test.py b/cpp/test/Slice/headers/test.py index aee33aae1eb..b6601e456e9 100644 --- a/cpp/test/Slice/headers/test.py +++ b/cpp/test/Slice/headers/test.py @@ -23,7 +23,7 @@ class SliceHeadersTestCase(ClientTestCase): os.symlink("dir2", os.path.join("slices", "linktodir2")) basedir = self.testsuite.getPath() - slicedir = current.driver.getSliceDir(self.mapping) + slicedir = current.driver.getSliceDir(self.mapping, current) os.symlink(slicedir, "iceslices") def runTest(args): |