diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-11-15 15:32:31 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-11-15 15:32:31 (GMT) |
commit | 22bfd2b05a72e1e7d7babcc9c5d824dd87903b6f (patch) | |
tree | bcfc42bd2c2b813b32e1ace72ea1182fae634209 /mkspecs | |
parent | 8da9881989ca55f7d5e9e74c91e3abc98ce8a1b5 (diff) | |
parent | f86ca84e783c34e701f3742902161cb365e6e940 (diff) | |
download | Qt-22bfd2b05a72e1e7d7babcc9c5d824dd87903b6f.zip Qt-22bfd2b05a72e1e7d7babcc9c5d824dd87903b6f.tar.gz Qt-22bfd2b05a72e1e7d7babcc9c5d824dd87903b6f.tar.bz2 |
Merge branch 4.7 into qt-4.8-from-4.7
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/testcase.prf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/features/testcase.prf b/mkspecs/features/testcase.prf index 7a7c9e3..eb0aa9f 100644 --- a/mkspecs/features/testcase.prf +++ b/mkspecs/features/testcase.prf @@ -38,6 +38,10 @@ embedded: check.commands += -qws # Allow for custom arguments to tests check.commands += $(TESTARGS) + +# If the test is marked as insignificant, discard the exit code +insignificant_test:check.commands = -$${check.commands} + QMAKE_EXTRA_TARGETS *= check !debug_and_release|build_pass { |