From 104780b1c8ddbd8bc7da3ad905a7a2df192f46a9 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 4 Apr 2013 16:25:38 +0200 Subject: tests: Don't run manual tests in the CI system 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 --- tests/manual/qserialport/qserialport.pro | 1 - tests/manual/qserialportinfo/qserialportinfo.pro | 1 - 2 files changed, 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 -- cgit v1.2.3