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>
bb10
Rohan McGovern 2012-05-30 13:46:27 +10:00 committed by Qt by Nokia
parent 717ca1a2a6
commit 46ae50a5d0
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CONFIG += testcase
CONFIG += parallel_test
QT = core testlib network
embedded: QT += gui
SOURCES = ../tst_qprocess.cpp