summaryrefslogtreecommitdiffstats
path: root/libqsystemtest/desktoptestcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libqsystemtest/desktoptestcontrol.cpp')
-rw-r--r--libqsystemtest/desktoptestcontrol.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/libqsystemtest/desktoptestcontrol.cpp b/libqsystemtest/desktoptestcontrol.cpp
index 085a220..f41559a 100644
--- a/libqsystemtest/desktoptestcontrol.cpp
+++ b/libqsystemtest/desktoptestcontrol.cpp
@@ -40,7 +40,7 @@ bool DesktopTestControl::startApplication( const QString &application, const QSt
args << "-style";
args << "qtuitest";
}
-/*
+
QByteArray defArgs = qgetenv("QTUITEST_DEFAULT_AUT_ARGS");
if (defArgs.length()) {
QList<QByteArray> defaultArgs = defArgs.split(' ');
@@ -48,9 +48,6 @@ bool DesktopTestControl::startApplication( const QString &application, const QSt
args << arg;
}
}
- // For WinCE it does not support env variables
- args << "-autport" << QString::number(m_aut_port);
-*/
proc->start(application, args);
if (!proc->waitForStarted()) {