summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-24 01:33:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 12:50:40 +0200
commit9d078c8f147ea875e862360b0d7480201fbbcff7 (patch)
tree5371a111520c8b9c027fb617237a9af5334dd36c /scripts/qt
parentf3f3cd16deb9865fc36164d75e04300b4d2af208 (diff)
Remove obsolete compilerwarnings autotest
This test has been superceded by the headersclean test. Task-number: QTQAINFRA-322 Change-Id: I531d824b549a412629dd86574984d5a867e288bc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qtmod_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt/qtmod_test.pl b/scripts/qt/qtmod_test.pl
index 43e42945..3463b51d 100755
--- a/scripts/qt/qtmod_test.pl
+++ b/scripts/qt/qtmod_test.pl
@@ -991,7 +991,7 @@ sub run_autotests
local %ENV = %ENV;
Env::Path->PATH->Prepend( canonpath catfile( $qt_gitmodule_build_dir, 'bin' ) );
- # In qt4, we need to set QTDIR to run some autotests like 'tst_bic', 'tst_compilerwarnings',
+ # In qt4, we need to set QTDIR to run some autotests like 'tst_bic',
# 'tst_symbols', etc
if ($self->{ 'qt.gitmodule' } eq 'qt') {
$ENV{ QTDIR } = $qt_gitmodule_build_dir; ## no critic