diff options
| -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 b83ec06450..6fd919170b 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
| @@ -1137,7 +1137,7 @@ class SVNTest(FetcherTest): | |||
| 1137 | 1137 | ||
| 1138 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) | 1138 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) |
| 1139 | # Github will emulate SVN. Use this to check if we're downloding... | 1139 | # Github will emulate SVN. Use this to check if we're downloding... |
| 1140 | bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", | 1140 | bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .", |
| 1141 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1141 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |
| 1142 | bb.process.run("svn commit --non-interactive -m 'Add external'", | 1142 | bb.process.run("svn commit --non-interactive -m 'Add external'", |
| 1143 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1143 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |
