summaryrefslogtreecommitdiff
path: root/tests/rebuild-cached-stratum.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-09-13 09:14:08 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-09-13 09:14:08 +0000
commit8ad6d233dc430932fb39334dd5a88985b57b0358 (patch)
tree42b10ccfe37002adf408266f8ea33f5f0f278229 /tests/rebuild-cached-stratum.script
parentbe086057ae3258f1f069929ea9d36744f6845f98 (diff)
parentdd21e646b320a4aeb948830034dea2ab94e32064 (diff)
downloadmorph-8ad6d233dc430932fb39334dd5a88985b57b0358.tar.gz
Merge branch 'samthursfield/S4556-triplet-consistency' of git://roadtrain.codethink.co.uk/baserock/morph
Diffstat (limited to 'tests/rebuild-cached-stratum.script')
-rwxr-xr-xtests/rebuild-cached-stratum.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rebuild-cached-stratum.script b/tests/rebuild-cached-stratum.script
index dee08dfb..2615fb30 100755
--- a/tests/rebuild-cached-stratum.script
+++ b/tests/rebuild-cached-stratum.script
@@ -38,7 +38,7 @@ cache="$DATADIR/cache/artifacts"
# Build the first time.
"$SRCDIR/scripts/test-morph" build-morphology \
- test:morphs-repo rebuild-cached-stratum hello-stratum.morph
+ test:morphs-repo rebuild-cached-stratum hello-stratum
echo "first build:"
(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' |
LC_ALL=C sort)
@@ -50,7 +50,7 @@ echo "first build:"
# Rebuild.
"$SRCDIR/scripts/test-morph" build-morphology \
- test:morphs-repo rebuild-cached-stratum hello-stratum.morph
+ test:morphs-repo rebuild-cached-stratum hello-stratum
echo "second build:"
(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' |
LC_ALL=C sort)