diff options
-rw-r--r-- | meta/lib/oeqa/sdkext/sdk_update.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/sdkext/sdk_update.py b/meta/lib/oeqa/sdkext/sdk_update.py index 16f5b10d59..7a2a6fe7c8 100644 --- a/meta/lib/oeqa/sdkext/sdk_update.py +++ b/meta/lib/oeqa/sdkext/sdk_update.py | |||
@@ -30,8 +30,8 @@ class SdkUpdateTest(oeSDKExtTest): | |||
30 | def test_sdk_update_http(self): | 30 | def test_sdk_update_http(self): |
31 | output = self._run("devtool sdk-update \"%s\"" % self.http_url) | 31 | output = self._run("devtool sdk-update \"%s\"" % self.http_url) |
32 | 32 | ||
33 | # def test_sdk_update_local(self): | 33 | def test_sdk_update_local(self): |
34 | # output = self._run("devtool sdk-update \"%s\"" % self.publish_dir) | 34 | output = self._run("devtool sdk-update \"%s\"" % self.publish_dir) |
35 | 35 | ||
36 | @classmethod | 36 | @classmethod |
37 | def tearDownClass(self): | 37 | def tearDownClass(self): |