summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess/test
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-05-31 12:59:33 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-05-31 13:09:04 (GMT)
commit79a3efbd95f6df17dc1f922b469c67d86183c233 (patch)
treea8377fe78b79947ebb8e9df5c1bff1a37423f70a /tests/auto/qprocess/test
parent9f4f45687bba0e911790bf703e98379d8be1ab65 (diff)
downloadQt-79a3efbd95f6df17dc1f922b469c67d86183c233.zip
Qt-79a3efbd95f6df17dc1f922b469c67d86183c233.tar.gz
Qt-79a3efbd95f6df17dc1f922b469c67d86183c233.tar.bz2
Fix qprocess test.
- Set the working directory such that the binaries are found: Mac: disable app-bundle Windows: cd up if we are in a debug, release folder - Suppress the debug/release folder for the wincmdline process, make it a simple console app. - Print proper message if process launch fails. Task-number: QTQAINFRA-428 Change-Id: Iaa730ade9f65240bc361bc49d409c51af1af42a9 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests/auto/qprocess/test')
-rw-r--r--tests/auto/qprocess/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro
index ff00457..61c04bc 100644
--- a/tests/auto/qprocess/test/test.pro
+++ b/tests/auto/qprocess/test/test.pro
@@ -18,6 +18,8 @@ win32: {
QT = core
+CONFIG += console
+CONFIG -= app-bundle
!symbian: {
QT += network