summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/headers/test.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-13 18:01:33 +0100
committerJose <jose@zeroc.com>2016-12-13 18:01:33 +0100
commite392091f714fc0eeed8af9be13dc5fd6a7be56f7 (patch)
treecfc874a33da33deeae3b8389b8bb8104c24079f8 /cpp/test/Slice/headers/test.py
parentSupport for C++ iOS Simulator controller (diff)
downloadice-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.py2
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):