summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-05-23 13:07:24 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-06-09 08:26:01 +0000
commitab27876661e50f48501e72a987936b57b7420367 (patch)
tree18872fbe88fd7401cf1da3546248883a65fe53d0 /tests
parent80c135154c1e78c7af7d6d54129e009bc6015c33 (diff)
Revert "tst_windeployqt: Add --no-angle"
Re-enable testing ANGLE deployment. This reverts commit eeb08ff6408f803ae0eeb70bf3aa075157f12cb2. Task-number: QTBUG-56992 Change-Id: I019616a8858685b25c8e02f4f1081487ebb9f615 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/windeployqt/tst_windeployqt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/windeployqt/tst_windeployqt.cpp b/tests/auto/windeployqt/tst_windeployqt.cpp
index c369bdb09..30da829e7 100644
--- a/tests/auto/windeployqt/tst_windeployqt.cpp
+++ b/tests/auto/windeployqt/tst_windeployqt.cpp
@@ -155,8 +155,7 @@ void tst_windeployqt::deploy()
QString errorMessage;
// Deploy application
QStringList deployArguments;
- deployArguments << QLatin1String("--no-translations") << QLatin1String("--no-angle")
- << QDir::toNativeSeparators(m_testAppBinary);
+ deployArguments << QLatin1String("--no-translations") << QDir::toNativeSeparators(m_testAppBinary);
QVERIFY2(runProcess(m_windeployqtBinary, deployArguments, &errorMessage, QString(), QProcessEnvironment(), 20000),
qPrintable(errorMessage));