summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/tst_opcua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/tst_opcua.cpp')
-rw-r--r--tests/auto/declarative/tst_opcua.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/tst_opcua.cpp b/tests/auto/declarative/tst_opcua.cpp
index 6d582ee..747c9f8 100644
--- a/tests/auto/declarative/tst_opcua.cpp
+++ b/tests/auto/declarative/tst_opcua.cpp
@@ -93,6 +93,7 @@ public slots:
server.close();
qDebug() << "Starting test server";
+ m_serverProcess.setProcessChannelMode(QProcess::ForwardedChannels);
m_serverProcess.start(m_testServerPath);
QVERIFY2(m_serverProcess.waitForStarted(), qPrintable(m_serverProcess.errorString()));
// Let the server come up