Make CMake tests significant on Windows.

All bugs in the testing scripts are now fixed.

Task-number: QTBUG-27087
Change-Id: I764257a9bbee7efeb9265449f6fa6a15bdeba883
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Stephen Kelly 2012-09-26 10:41:07 +02:00 committed by The Qt Project
parent 9bdd7e2239
commit ff70c020bc

View File

@ -49,9 +49,6 @@ isEmpty(CMAKE_VERSION) {
}
}
# tests fail on Windows - QTBUG-27087
win32:CONFIG += insignificant_test
insignificant_test:!isEmpty(check.commands) {
check.commands = -$${check.commands}
}