summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 15:15:42 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 15:15:42 +0100
commitda2f7a54a42cc6398b538a13b0dc6c1da99b7b2f (patch)
tree33b6c3ff851c4bfe404ff8013def0af30b89e0b2 /tests.as-root
parentca7900299dc32c7b59e896f5f4b9a38978f226a0 (diff)
downloadmorph-da2f7a54a42cc6398b538a13b0dc6c1da99b7b2f.tar.gz
Expand tabs
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/make-patch.script24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index cc2af3b6..ce66f53c 100755
--- a/tests.as-root/make-patch.script
+++ b/tests.as-root/make-patch.script
@@ -35,8 +35,8 @@ set -eu
]
}
EOF
-
-
+
+
git add .
git commit --quiet -m "Make dummy boot files"
@@ -59,17 +59,17 @@ cp "$DATADIR/cache/"*stratum* "$DATADIR"/farrokh-stratum
( # make an evil stratum
- cd "$DATADIR/chunk-repo"
- git checkout --quiet -b evil farrokh
- sed -i -e 's/hello/goodbye/g' hello.c
- git add hello.c
- git commit --quiet -m "Make the program evil"
+ cd "$DATADIR/chunk-repo"
+ git checkout --quiet -b evil farrokh
+ sed -i -e 's/hello/goodbye/g' hello.c
+ git add hello.c
+ git commit --quiet -m "Make the program evil"
- cd "$DATADIR/morphs-repo"
- git checkout --quiet -b evil master
- sed -i -e 's/farrokh/evil/g' hello-stratum.morph
- git add hello-stratum.morph
- git commit --quiet -m "Build evil systems"
+ cd "$DATADIR/morphs-repo"
+ git checkout --quiet -b evil master
+ sed -i -e 's/farrokh/evil/g' hello-stratum.morph
+ git add hello-stratum.morph
+ git commit --quiet -m "Build evil systems"
)
tests/morph build morphs-repo evil hello-system.morph