summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
diff options
context:
space:
mode:
authorRyan Chu <ryan.chu@qt.io>2019-03-25 18:04:26 +0100
committerRyan Chu <ryan.chu@qt.io>2019-04-25 15:33:06 +0000
commit658f12d7354e82ae552703fa928e1c94315c3a6a (patch)
tree7133e51cc0cac91850c0a5829032898fdbf79ddb /tests/auto/network/ssl/qsslsocket/qsslsocket.pro
parent713f77176e5de34503bd265e00f665b7f6ef05b4 (diff)
Expose docker test server as an internal config to all modules
Before testserver becomes a stable feature, let's keep testserver.prf in "mkspecs/features/unsupported". The test server's shared files will be stored in "mkspecs/features/data/testserver". Because the path of testserver has been changed, all the tests relying on the docker servers should be updated as well. Change-Id: Id2494d2b58ee2a9522d99ae61c6236021506b876 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/network/ssl/qsslsocket/qsslsocket.pro')
-rw-r--r--tests/auto/network/ssl/qsslsocket/qsslsocket.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/ssl/qsslsocket/qsslsocket.pro b/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
index 03fbe89002..51fcff9a8d 100644
--- a/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
+++ b/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
@@ -22,6 +22,6 @@ requires(qtConfig(private_tests))
# DOCKERTODO: it's 'linux' because it requires cyrus, which
# is linux-only for now ...
linux {
+ CONFIG += unsupported/testserver
QT_TEST_SERVER_LIST = squid danted cyrus apache2 echo
- include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
}