From 0b2179480920e2ae1ddd1dcd8f12427c8bd4ec78 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 3 Mar 2015 18:20:12 +0000 Subject: cmdtests: We can no longer meaningfully look at chunks in the cache Its much harder to look at the contents of the artifact cache now that they aren't stored by chunk name (just cache key and artifact suffix). All of these were failing because they were trying to extract chunk tarballs or locate and inspect artifacts, so just make sure the builds themselves don't fail. The build-system tests are a lot of work to make into yarns, as we'll need to build systems with actual tools in as far as I can tell. Also disable the cross-bootstrap test for now. --- tests.build/prefix.stdout | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests.build/prefix.stdout (limited to 'tests.build/prefix.stdout') diff --git a/tests.build/prefix.stdout b/tests.build/prefix.stdout deleted file mode 100644 index 80c18fae..00000000 --- a/tests.build/prefix.stdout +++ /dev/null @@ -1,8 +0,0 @@ -# configure -# # echo First chunk: prefix $PREFIX -First chunk: prefix /plover -# configure -# # echo Second chunk: prefix $PREFIX -Second chunk: prefix /usr -# # echo Path: $(echo $PATH | grep -o '/plover') -Path: /plover -- cgit v1.2.1