summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-30 13:46:27 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-30 06:29:10 +0200
commit46ae50a5d03ac8cecbe2ddb335a7b1767d98fc12 (patch)
tree212df2f7710db5a371017618bd7288fd4ee9fa9d
parent717ca1a2a6312d7b6af58c4a360ef815832e24ca (diff)
Marked tst_qprocess as parallel-safe
This autotest appears to be parallel-safe. It fails our parallel stress test, but only because it writes to its own build directory. This should not interfere with other autotests. Change-Id: Ie99dde24edc0fda0c8ec4352a6e44abb7cbc54f8 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
-rw-r--r--tests/auto/corelib/io/qprocess/test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro
index 0d223f0400..6d5dd29af0 100644
--- a/tests/auto/corelib/io/qprocess/test/test.pro
+++ b/tests/auto/corelib/io/qprocess/test/test.pro
@@ -1,4 +1,5 @@
CONFIG += testcase
+CONFIG += parallel_test
QT = core testlib network
embedded: QT += gui
SOURCES = ../tst_qprocess.cpp