Marked tst_qprocess as parallel-safe
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 30 May 2012 03:46:27 +0000 (13:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 30 May 2012 04:29:10 +0000 (06:29 +0200)
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>
tests/auto/corelib/io/qprocess/test/test.pro

index 0d223f0..6d5dd29 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 QT = core testlib network
 embedded: QT += gui
 SOURCES = ../tst_qprocess.cpp