]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Run one QT test verbosely
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Oct 2013 15:52:17 +0000 (17:52 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Oct 2013 15:52:17 +0000 (17:52 +0200)
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

index 1373ba4a50d3b87ab63a8f85e51437bceb99d3a5..2a4f6731504b70871aedf43dd0ad236f55b81577 100755 (executable)
--- 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