summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-04-04 16:25:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-04 16:30:26 +0200
commit104780b1c8ddbd8bc7da3ad905a7a2df192f46a9 (patch)
tree1db758ce5331329009841edf07f9982ea58267fb
parent84adad596c84f7e757d3305796ff715d8004f8e6 (diff)
tests: Don't run manual tests in the CI systemv5.1.0-alpha1
Manual tests are not suppossed to be run by the CI system, so removing CONFIG += testcase from the .pro files. Change-Id: I43a729a22a25d9656a1cf76cf3489b3abb893fbd Reviewed-by: Laszlo Papp <lpapp@kde.org>
-rw-r--r--tests/manual/qserialport/qserialport.pro1
-rw-r--r--tests/manual/qserialportinfo/qserialportinfo.pro1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/qserialport/qserialport.pro b/tests/manual/qserialport/qserialport.pro
index fc72eb06..504e766f 100644
--- a/tests/manual/qserialport/qserialport.pro
+++ b/tests/manual/qserialport/qserialport.pro
@@ -1,5 +1,4 @@
TEMPLATE = app
-CONFIG += testcase
TARGET = tst_qserialport
QT = core testlib
diff --git a/tests/manual/qserialportinfo/qserialportinfo.pro b/tests/manual/qserialportinfo/qserialportinfo.pro
index e9577e6e..8e08264c 100644
--- a/tests/manual/qserialportinfo/qserialportinfo.pro
+++ b/tests/manual/qserialportinfo/qserialportinfo.pro
@@ -1,5 +1,4 @@
TEMPLATE = app
-CONFIG += testcase
TARGET = tst_qserialportinfo
QT = core testlib