From 65ee2f821c8c642aae60f462ff8f209ebdc93e20 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 19 Mar 2015 12:38:11 +0000 Subject: Morph build 11ac5b237b3640718da94ad8e252d330 System branch: master --- tests.build/build-system-qmake.script | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests.build/build-system-qmake.script') 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 -- cgit v1.2.1