summaryrefslogtreecommitdiff
path: root/tests.branching/workflow-separate-stratum-repos.script
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-08 11:53:09 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-08 12:07:16 +0000
commitb4087654e9e332b5d101b6be2c296f782c5e10eb (patch)
treef6571971e668ba8189d90bf9c433066248b6dca4 /tests.branching/workflow-separate-stratum-repos.script
parent901e79ec9020bc810230625ba824321379f24b85 (diff)
downloadmorph-b4087654e9e332b5d101b6be2c296f782c5e10eb.tar.gz
WIP fixups for tests with new morph syntax. ./check --full fails, thoughbaserock/ps/simple-edit-syntax
Diffstat (limited to 'tests.branching/workflow-separate-stratum-repos.script')
-rwxr-xr-xtests.branching/workflow-separate-stratum-repos.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.branching/workflow-separate-stratum-repos.script b/tests.branching/workflow-separate-stratum-repos.script
index f2fd519b..1d8cc1e5 100755
--- a/tests.branching/workflow-separate-stratum-repos.script
+++ b/tests.branching/workflow-separate-stratum-repos.script
@@ -34,14 +34,14 @@ cd "$DATADIR/workspace"
# Edit one chunk
cd "me/readme-fixes"
-"$SRCDIR/scripts/test-morph" edit hello-system stratum2 hello
+"$SRCDIR/scripts/test-morph" edit hello
cd "$DATADIR/workspace/me/readme-fixes/test/stratum2-hello"
echo > README yoyoyo
git add README
git commit -m "Fix README in hello" --quiet
# Edit the other chunk too
-"$SRCDIR/scripts/test-morph" edit hello-system stratum3 hello
+"$SRCDIR/scripts/test-morph" edit hello
cd "$DATADIR/workspace/me/readme-fixes/test/stratum3-hello"
echo > README yoyoyo
git add README