From d3e386a632cd9a45c74cfcdeb44e1310616c52d5 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 17 Feb 2014 15:49:48 +0000 Subject: cmdtests: Update to use new ordering --- tests.branching/setup | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests.branching/setup') diff --git a/tests.branching/setup b/tests.branching/setup index 9dfe27df..06a05e90 100755 --- a/tests.branching/setup +++ b/tests.branching/setup @@ -48,22 +48,22 @@ mkdir "$DATADIR/morphs" ln -s "$DATADIR/morphs" "$DATADIR/morphs.git" cat < "$DATADIR/morphs/hello-system.morph" -arch: $(uname -m) -kind: system name: hello-system +kind: system +arch: $(uname -m) strata: - morph: hello-stratum EOF cat < "$DATADIR/morphs/hello-stratum.morph" +name: hello-stratum +kind: stratum chunks: -- build-depends: [] - build-mode: test - name: hello - ref: master +- name: hello repo: test:hello -kind: stratum -name: hello-stratum + ref: master + build-depends: [] + build-mode: test EOF scripts/run-git-in "$DATADIR/morphs" init @@ -83,9 +83,9 @@ scripts/run-git-in "$DATADIR/morphs" checkout master mkdir "$DATADIR/hello" cat < "$DATADIR/hello/hello.morph" -build-system: dummy -kind: chunk name: hello +kind: chunk +build-system: dummy EOF scripts/run-git-in "$DATADIR/hello" init -- cgit v1.2.1