summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-05-06 16:34:58 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-05-10 15:55:13 (GMT)
commit2df5a9567ff83a547c3c66e4b523844b78968108 (patch)
tree5af88ead0f623964c1c6d2f083842582c7779ac2 /mkspecs/features
parent4ad58161814a80409f790bf8269e147551adfee0 (diff)
downloadQt-2df5a9567ff83a547c3c66e4b523844b78968108.zip
Qt-2df5a9567ff83a547c3c66e4b523844b78968108.tar.gz
Qt-2df5a9567ff83a547c3c66e4b523844b78968108.tar.bz2
Run autotests with minimal capabilities
The autotests were previously run with ALL-Tcb capability which gives them more access to the filesystem etc. than a typical Qt application. To have more realistic testing environmnent, tests are run with no capabilities other than those required for the Qt APIs they use. i.e. NetworkServices for network tests, None for others. Reviewed-by: Liang Qi
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/qttest_p4.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
index e3faef1..d2011d0 100644
--- a/mkspecs/features/qttest_p4.prf
+++ b/mkspecs/features/qttest_p4.prf
@@ -6,7 +6,7 @@ qtAddLibrary(QtTest)
symbian:{
TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
# DEFINES += QTEST_NO_SPECIALIZATIONS
- TARGET.CAPABILITY="ALL -TCB"
+ TARGET.CAPABILITY="None"
RSS_RULES ="group_name=\"QtTests\";"
}