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
parent
717ca1a2a6
commit
46ae50a5d0
|
|
@ -1,4 +1,5 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
QT = core testlib network
|
||||
embedded: QT += gui
|
||||
SOURCES = ../tst_qprocess.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue