summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 343ae8fe5e..faa5c74aae 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1440,7 +1440,7 @@ class GitShallowTest(FetcherTest):
1440 def test_bitbake(self): 1440 def test_bitbake(self):
1441 self.git('remote add --mirror=fetch origin git://github.com/openembedded/bitbake', cwd=self.srcdir) 1441 self.git('remote add --mirror=fetch origin git://github.com/openembedded/bitbake', cwd=self.srcdir)
1442 self.git('config core.bare true', cwd=self.srcdir) 1442 self.git('config core.bare true', cwd=self.srcdir)
1443 self.git('fetch --tags', cwd=self.srcdir) 1443 self.git('fetch', cwd=self.srcdir)
1444 1444
1445 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0') 1445 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
1446 # Note that the 1.10.0 tag is annotated, so this also tests 1446 # Note that the 1.10.0 tag is annotated, so this also tests