aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-07-04 15:37:20 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-07-04 13:39:59 +0000
commit1898d254bc26404cb191581158a3b879e2ef614a (patch)
treead0f2236fb9e33b1377bc3fd13096c4cd480e4ec /tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
parentd128b0c38ab036e858840699adfbe5cf746997c6 (diff)
Fix the fix to get test262 running
Change-Id: I96d4200c452fcb05bf25e7a0f24ebd90eddc509e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp')
-rw-r--r--tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp b/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
index 18fca85f3f..4303aec2a7 100644
--- a/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
+++ b/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
@@ -40,6 +40,7 @@ private slots:
void tst_EcmaScriptTests::runTests()
{
+#if defined(Q_OS_LINUX) && defined(Q_PROCESSOR_X86_64)
QProcess process;
process.setProcessChannelMode(QProcess::ForwardedChannels);
process.setWorkingDirectory(QLatin1String(SRCDIR));