diff options
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdkext/cases/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py index a5c6a76e02..5ffb732556 100644 --- a/meta/lib/oeqa/sdkext/cases/devtool.py +++ b/meta/lib/oeqa/sdkext/cases/devtool.py | |||
@@ -112,7 +112,7 @@ class SdkUpdateTest(OESDKExtTestCase): | |||
112 | cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir) | 112 | cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir) |
113 | subprocess.check_output(cmd, shell=True) | 113 | subprocess.check_output(cmd, shell=True) |
114 | 114 | ||
115 | self.http_service = HTTPService(self.publish_dir) | 115 | self.http_service = HTTPService(self.publish_dir, logger=self.logger) |
116 | self.http_service.start() | 116 | self.http_service.start() |
117 | 117 | ||
118 | self.http_url = "http://127.0.0.1:%d" % self.http_service.port | 118 | self.http_url = "http://127.0.0.1:%d" % self.http_service.port |