summaryrefslogtreecommitdiff
path: root/tests.build/build-system-python-distutils.script
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-03 18:20:12 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-24 13:55:05 +0000
commit3e96d21a5158f610ef79c12d687f13561adbc1b9 (patch)
treed7de5f123cc7c29c2e38661de2d4cfe46900c905 /tests.build/build-system-python-distutils.script
parente0892b875a6d349235343465608ab511a9c6f64a (diff)
downloadmorph-3e96d21a5158f610ef79c12d687f13561adbc1b9.tar.gz
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.
Diffstat (limited to 'tests.build/build-system-python-distutils.script')
-rwxr-xr-xtests.build/build-system-python-distutils.script10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests.build/build-system-python-distutils.script b/tests.build/build-system-python-distutils.script
index e5c0ea74..d8210319 100755
--- a/tests.build/build-system-python-distutils.script
+++ b/tests.build/build-system-python-distutils.script
@@ -68,13 +68,3 @@ git commit -q -m "Set custom install prefix for hello"
"$SRCDIR/scripts/test-morph" build-morphology \
test:morphs-repo master hello-system
-
-for chunk in "$DATADIR/cache/artifacts/"*.chunk.*
-do
- tar -tf "$chunk"
-done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|lib)' |
-sed -e 's:^local/::' \
- -e 's:lib/python2.[6-9]/:lib/python2.x/:' \
- -e 's:/hello-0\.0\.0[^/]*\.egg-info$:/hello.egg-info/:' \
- -e 's:[^/]*-packages:packages:' \
- -e '/^$/d'