mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bitbake: tests/fetch: Fix typo in npm test
(Bitbake rev: 79b04f61236117d310c12c1b1378ae63afb931ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2815,7 +2815,7 @@ class NPMTest(FetcherTest):
|
|||||||
@skipIfNoNetwork()
|
@skipIfNoNetwork()
|
||||||
def test_npm_version_latest(self):
|
def test_npm_version_latest(self):
|
||||||
url = ['npm://registry.npmjs.org;package=@savoirfairelinux/node-server-example;version=latest']
|
url = ['npm://registry.npmjs.org;package=@savoirfairelinux/node-server-example;version=latest']
|
||||||
fetcher = bb.fetch.Fetch(urls, self.d)
|
fetcher = bb.fetch.Fetch(url, self.d)
|
||||||
fetcher.download()
|
fetcher.download()
|
||||||
fetcher.unpack(self.unpackdir)
|
fetcher.unpack(self.unpackdir)
|
||||||
unpackdir = os.path.join(self.unpackdir, 'npm')
|
unpackdir = os.path.join(self.unpackdir, 'npm')
|
||||||
|
|||||||
Reference in New Issue
Block a user