diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 18:08:27 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 18:12:10 +0000 |
| commit | f4bfa6df2052fcd2106f6c0de638d6b30002199d (patch) | |
| tree | 35b58db90f209b106cb6699261ca607e6783e552 /bitbake/lib | |
| parent | 3c7c2fa055849517dd6bf1b671d56d484130c8f2 (diff) | |
| download | poky-f4bfa6df2052fcd2106f6c0de638d6b30002199d.tar.gz | |
bitbake: tests/fetch: Update for master -> main change upstream
(Bitbake rev: f0fc0fe94161d4dd4f34df8426222ac590ef6736)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index f0d417a50d..eff12b7c50 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
| @@ -1110,7 +1110,7 @@ class FetcherNetworkTest(FetcherTest): | |||
| 1110 | """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ | 1110 | """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ |
| 1111 | 1111 | ||
| 1112 | # This repository also has submodules where the module (name), path and url do not align | 1112 | # This repository also has submodules where the module (name), path and url do not align |
| 1113 | url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=master" | 1113 | url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main" |
| 1114 | fetcher = bb.fetch.Fetch([url], self.d) | 1114 | fetcher = bb.fetch.Fetch([url], self.d) |
| 1115 | fetcher.download() | 1115 | fetcher.download() |
| 1116 | # Previous cwd has been deleted | 1116 | # Previous cwd has been deleted |
