From 67d75b52476f0cbccdd1a182be8af7dcfe78e355 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Sat, 26 May 2018 14:51:10 +0200 Subject: Support for components in test script --- cpp/test/Slice/headers/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Slice/headers/test.py') diff --git a/cpp/test/Slice/headers/test.py b/cpp/test/Slice/headers/test.py index 54afc982e57..ab2931eff7d 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, current) + slicedir = component.getSliceDir(self.mapping, current) os.symlink(slicedir, "iceslices") def runTest(args): -- cgit v1.2.3