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 0fb279e82b..86eccf7de2 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
| @@ -1117,7 +1117,7 @@ class SVNTest(FetcherTest): | |||
| 1117 | 1117 | ||
| 1118 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) | 1118 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) |
| 1119 | # Github will emulate SVN. Use this to check if we're downloding... | 1119 | # Github will emulate SVN. Use this to check if we're downloding... |
| 1120 | bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", | 1120 | bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .", |
| 1121 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1121 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |
| 1122 | bb.process.run("svn commit --non-interactive -m 'Add external'", | 1122 | bb.process.run("svn commit --non-interactive -m 'Add external'", |
| 1123 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1123 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |
