From cfd49d9342a197308f0e7bdd19f6a8ece8516481 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Thu, 30 May 2013 10:57:55 +0100 Subject: qmake build system test still succeeds when qmake isn't found --- tests.build/build-system-qmake.script | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests.build') diff --git a/tests.build/build-system-qmake.script b/tests.build/build-system-qmake.script index c9175b99..d9e21fba 100755 --- a/tests.build/build-system-qmake.script +++ b/tests.build/build-system-qmake.script @@ -21,6 +21,12 @@ 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 + chunkrepo="$DATADIR/chunk-repo" cd "$chunkrepo" -- cgit v1.2.1