summaryrefslogtreecommitdiff
path: root/tests.build/build-system-qmake.script
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-19 12:38:11 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-19 12:38:11 +0000
commit65ee2f821c8c642aae60f462ff8f209ebdc93e20 (patch)
tree3341fdbab358da45802d671762a245c1e445047b /tests.build/build-system-qmake.script
parent7db4ee53fb5398dd8f4ae8f56778735fe6531178 (diff)
downloadmorph-65ee2f821c8c642aae60f462ff8f209ebdc93e20.tar.gz
Morph build 11ac5b237b3640718da94ad8e252d330
System branch: master
Diffstat (limited to 'tests.build/build-system-qmake.script')
-rwxr-xr-xtests.build/build-system-qmake.script8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests.build/build-system-qmake.script b/tests.build/build-system-qmake.script
index d430fba7..b477de4b 100755
--- a/tests.build/build-system-qmake.script
+++ b/tests.build/build-system-qmake.script
@@ -22,7 +22,6 @@ set -eu
if ! command -v qmake > /dev/null ; then
# There is no qmake, so skip this test.
- cat "$SRCDIR/tests.build/build-system-qmake.stdout"
exit 0
fi
@@ -56,10 +55,3 @@ git commit --quiet -m "Convert hello to an qmake project"
"$SRCDIR/scripts/test-morph" build-morphology \
test:morphs-repo master hello-system
-
-for chunk in "$DATADIR/cache/artifacts/"*.chunk.*
-do
- echo "$chunk:" | sed 's/[^.]*//'
- tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::'
- echo
-done