diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-09-02 14:57:29 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-09-05 07:16:50 +0000 |
commit | 76cf88157fc7d3a76e7f56aeb3fefff190ae946d (patch) | |
tree | 11c1eba3a008b7eda6b56bfc1c43549b919da2f7 /tests/auto/gui/text/qrawfont | |
parent | 4ac94480c33caa8c95254fc9db3352a832f55b7e (diff) | |
download | qtbase-76cf88157fc7d3a76e7f56aeb3fefff190ae946d.tar.gz |
Tests: Remove CONFIG += parallel_test.
The keyword no longer has a meaning for the new CI.
Change-Id: Ibcea4c7a82fb7f982cf4569fdff19f82066543d1
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/gui/text/qrawfont')
-rw-r--r-- | tests/auto/gui/text/qrawfont/qrawfont.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/gui/text/qrawfont/qrawfont.pro b/tests/auto/gui/text/qrawfont/qrawfont.pro index 20da2e9a22..47e760e1da 100644 --- a/tests/auto/gui/text/qrawfont/qrawfont.pro +++ b/tests/auto/gui/text/qrawfont/qrawfont.pro @@ -1,5 +1,4 @@ CONFIG += testcase -CONFIG += parallel_test TARGET = tst_qrawfont QT = core core-private gui gui-private testlib |