From 1b1fb1a7a7e1d43f4d90f32a884980d193fee4fe Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 4 Oct 2013 17:52:17 +0200 Subject: [PATCH] Run one QT test verbosely This is to allow manual inspection of which qmake was used. Wheter the default one (qmake) or the one specified in QMAKE environment variable. --- tests/qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qt b/tests/qt index 1373ba4..2a4f673 100755 --- a/tests/qt +++ b/tests/qt @@ -82,7 +82,7 @@ SOURCES += qtapp.cxx LIBS+=-lsomelib EOF omkize -WVPASS make +WVPASS make V=1 WVPASS test -x _compiled/bin/qtapp make clean -- 2.39.2