From 46ae50a5d03ac8cecbe2ddb335a7b1767d98fc12 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 30 May 2012 13:46:27 +1000 Subject: [PATCH] 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 Reviewed-by: Kalle Lehtonen --- tests/auto/corelib/io/qprocess/test/test.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro index 0d223f0..6d5dd29 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 -- 2.7.4