summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-27 19:28:21 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-27 19:37:00 +0100
commitd3685248fb69ff134ce1fceacd801ef78c146bee (patch)
treeba4a4326cce2565b10f237e05283d56e827e0e24 /tests.branching
parent48ff511df6f175e27ca365f644eac60875e09c94 (diff)
downloadmorph-d3685248fb69ff134ce1fceacd801ef78c146bee.tar.gz
Remove obsolete merging hack from merge conflict test
Previously we had to manually use git merge to resolve the ref conflicts in the morphologies, but the morphology merge driver now takes care of them.
Diffstat (limited to 'tests.branching')
-rwxr-xr-xtests.branching/merge-conflict-chunks.script12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests.branching/merge-conflict-chunks.script b/tests.branching/merge-conflict-chunks.script
index a156ea57..547f6b62 100755
--- a/tests.branching/merge-conflict-chunks.script
+++ b/tests.branching/merge-conflict-chunks.script
@@ -72,18 +72,6 @@ git commit --quiet --all --message "Commit refs for branch"
cd "$DATADIR/workspace/test/feature/baserock:external-strata"
git commit --quiet --all --message "Commit refs for branch"
-# Manually merge in baserock:morphs for now so we test that errors in other
-# repos are collected instead of being immediately fatal. Morph should be able
-# to deal with this merge automatically in the future because it's only the
-# system branch refs that are conflicting.
-cd "$DATADIR/workspace/test/feature/baserock:morphs"
-git pull --quiet --strategy=ours \
- "file:///$DATADIR/workspace/test/stable/baserock:morphs" test/stable
-cd "$DATADIR/workspace/test/feature/baserock:external-strata"
-git pull --quiet --strategy=ours \
- "file:///$DATADIR/workspace/test/stable/baserock:external-strata" \
- test/stable
-
# Merge changes from test/feature to test/stable
cd "$DATADIR/workspace/test/stable"
"$SRCDIR/scripts/test-morph" merge test/feature || true