diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-08-24 08:51:41 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-25 03:48:32 (GMT) |
commit | f18394d4f37fc175bf90117522e87bf192b71f9f (patch) | |
tree | 1674d470ff86e92436382072bd56da13dede45e2 /tests | |
parent | 0e3616c224e250de6bb4d4ef0c7bb700b119546b (diff) | |
download | Qt-f18394d4f37fc175bf90117522e87bf192b71f9f.zip Qt-f18394d4f37fc175bf90117522e87bf192b71f9f.tar.gz Qt-f18394d4f37fc175bf90117522e87bf192b71f9f.tar.bz2 |
test: Remove useless insignificant_test mark
This mark does not have any effect as the real mark is under
tests/auto/selftests/test/test.pro
Change-Id: I8885e6921940d0652326934dd1acc2d0cd3bc7a0
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/selftests/selftests.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/selftests/selftests.pro b/tests/auto/selftests/selftests.pro index 67e8ae7..1494e38 100644 --- a/tests/auto/selftests/selftests.pro +++ b/tests/auto/selftests/selftests.pro @@ -15,5 +15,3 @@ QT = core integrity: SUBDIRS -= test CONFIG += parallel_test - -CONFIG+=insignificant_test # QTQAINFRA-428 |