From 2ce8a926e858c06f76c7875dbd28616613f541dc Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 31 Jan 2013 12:20:11 +0000 Subject: tests.build: Don't build individual chunks or strata We can't rely on this being possible any more. It was mostly only used for testing in any case. --- tests.build/build-system-autotools.script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests.build/build-system-autotools.script') diff --git a/tests.build/build-system-autotools.script b/tests.build/build-system-autotools.script index 35fcd779..c2171750 100755 --- a/tests.build/build-system-autotools.script +++ b/tests.build/build-system-autotools.script @@ -47,7 +47,8 @@ EOF git add hello.morph git commit --quiet -m "Convert hello to an autotools project" -"$SRCDIR/scripts/test-morph" build-morphology test:chunk-repo farrokh hello +"$SRCDIR/scripts/test-morph" build-morphology \ + test:morphs-repo master hello-system for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do -- cgit v1.2.1