summaryrefslogtreecommitdiff
path: root/tests.build/build-system-qmake.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.build/build-system-qmake.script')
-rwxr-xr-xtests.build/build-system-qmake.script10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests.build/build-system-qmake.script b/tests.build/build-system-qmake.script
index b3861936..3a4d620c 100755
--- a/tests.build/build-system-qmake.script
+++ b/tests.build/build-system-qmake.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2011-2014 Codethink Limited
+# Copyright (C) 2011-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +23,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
@@ -57,10 +56,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