From 1a07c183d9ee10acb6ffdaedc5a9d96e6b9acaa9 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Wed, 28 Sep 2011 20:57:28 +0200
Subject: [PATCH] Squish: Do not hook into subprocesses

With hooking, qmake is not being executed correctly on Linux.

Change-Id: I4dfd633485256bc351f55263c563987aa5a503a3
Reviewed-on: http://codereview.qt-project.org/5751
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
---
 tests/system/suite_general/suite.conf | 2 +-
 tests/system/suite_qtquick/suite.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/system/suite_general/suite.conf b/tests/system/suite_general/suite.conf
index 236351469d1..8ab1ea1dc76 100644
--- a/tests/system/suite_general/suite.conf
+++ b/tests/system/suite_general/suite.conf
@@ -3,7 +3,7 @@ CLASS=
 CLASSPATH=
 CWD=
 ENVVARS=envvars
-HOOK_SUB_PROCESSES=true
+HOOK_SUB_PROCESSES=false
 IMPLICITAUTSTART=0
 LANGUAGE=Python
 OBJECTMAP=../objects.map
diff --git a/tests/system/suite_qtquick/suite.conf b/tests/system/suite_qtquick/suite.conf
index 7f30867a1d6..fe58474d691 100644
--- a/tests/system/suite_qtquick/suite.conf
+++ b/tests/system/suite_qtquick/suite.conf
@@ -3,7 +3,7 @@ CLASS=
 CLASSPATH=
 CWD=
 ENVVARS=envvars
-HOOK_SUB_PROCESSES=true
+HOOK_SUB_PROCESSES=false
 IMPLICITAUTSTART=0
 LANGUAGE=Python
 OBJECTMAP=../objects.map
-- 
GitLab