Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1311)

Unified Diff: git_cl/test/test-lib.sh

Issue 6646041: Make git-cl tests work on Mac SnowLeopard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git_cl/test/submit-from-new-dir.sh ('k') | git_cl/test/upload-local-tracking-branch.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/test-lib.sh
diff --git a/git_cl/test/test-lib.sh b/git_cl/test/test-lib.sh
index b9194737a67c3137f248e116d34d686b08640115..7bcf25351f829efd5f47ccd77c5c1232166d82f3 100644
--- a/git_cl/test/test-lib.sh
+++ b/git_cl/test/test-lib.sh
@@ -15,6 +15,9 @@ setup_initsvn() {
rm -rf svnrepo
svnadmin create svnrepo
+ # Need this in order for Mac SnowLeopard to work
+ echo "enable-rep-sharing = false" >> svnrepo/db/fsfs.conf
+
rm -rf svn
svn co -q $REPO_URL svn
(
« no previous file with comments | « git_cl/test/submit-from-new-dir.sh ('k') | git_cl/test/upload-local-tracking-branch.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698