Marked tst_qmake as parallel-safe
This autotest fails a parallel-stress test because it writes into its own source/build directory. However, by inspection, it appears not likely to cause issues with any tests other than itself. Change-Id: I13789ba14bab240d34c22c5b77d6407995423afc Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>bb10
parent
88da8b4878
commit
f21832a465
|
|
@ -1,4 +1,5 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qmake
|
||||
HEADERS += testcompiler.h
|
||||
SOURCES += tst_qmake.cpp testcompiler.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue