summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching')
-rw-r--r--tests.branching/merge-conflict-chunks.stdout4
-rw-r--r--tests.branching/merge-conflict-stratum.stdout3
-rwxr-xr-xtests.branching/merge.script4
3 files changed, 6 insertions, 5 deletions
diff --git a/tests.branching/merge-conflict-chunks.stdout b/tests.branching/merge-conflict-chunks.stdout
index cfb9949d..75d50c7f 100644
--- a/tests.branching/merge-conflict-chunks.stdout
+++ b/tests.branching/merge-conflict-chunks.stdout
@@ -1,9 +1,9 @@
-Merge errors encountered merging into test/stable in repo baserock:stratum2-hello:
+Merge errors encountered in baserock:stratum2-hello, branch test/stable:
Auto-merging conflict.txt
CONFLICT (add/add): Merge conflict in conflict.txt
Automatic merge failed; fix conflicts and then commit the result.
-Merge errors encountered merging into test/stable in repo baserock:stratum3-hello:
+Merge errors encountered in baserock:stratum3-hello, branch test/stable:
Auto-merging conflict.txt
CONFLICT (add/add): Merge conflict in conflict.txt
Automatic merge failed; fix conflicts and then commit the result.
diff --git a/tests.branching/merge-conflict-stratum.stdout b/tests.branching/merge-conflict-stratum.stdout
index a3bb4cc0..20064406 100644
--- a/tests.branching/merge-conflict-stratum.stdout
+++ b/tests.branching/merge-conflict-stratum.stdout
@@ -1,6 +1,5 @@
-Merge errors encountered merging into test/stable in repo baserock:morphs:
+Merge errors encountered in baserock:morphs, branch test/stable:
Auto-merging hello-system.morph
-CONFLICT (content): Merge conflict in hello-system.morph
Auto-merging hello-stratum.morph
CONFLICT (content): Merge conflict in hello-stratum.morph
Automatic merge failed; fix conflicts and then commit the result.
diff --git a/tests.branching/merge.script b/tests.branching/merge.script
index 9dbc2d84..d73e4835 100755
--- a/tests.branching/merge.script
+++ b/tests.branching/merge.script
@@ -31,11 +31,13 @@ cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" branch baserock:morphs baserock/newbranch
# Make a change to a chunk.
+cd baserock/newbranch
"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum hello
-cd baserock/newbranch/baserock:hello
+cd baserock:hello
touch newfile.txt
git add newfile.txt
git commit -m foo --quiet
+git push --quiet origin baserock/newbranch
# Commit in morphs repo
cd ../baserock:morphs