summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2020-05-22 12:58:50 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-08-24 21:10:25 +0300
commit86e90aa34643222701d7e9fc49e594c90f79218e (patch)
tree778d6c2900371b2f2e24f8bc35e27a5bf5efecd1 /src/tools
parentb443775ee913a1d8a4d8e59caa1423183e71952a (diff)
Be verbose
make apk takes a LOT of time, showing that it's not hanged it's useful. Change-Id: I4fb11e0f535cf2311d71dff3710135b465ecc06b Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/androidtestrunner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/androidtestrunner/main.cpp b/src/tools/androidtestrunner/main.cpp
index 955c8c920c..4bbe59d653 100644
--- a/src/tools/androidtestrunner/main.cpp
+++ b/src/tools/androidtestrunner/main.cpp
@@ -454,7 +454,7 @@ int main(int argc, char *argv[])
qPrintable(g_options.apkPath));
return 1;
}
- if (!execCommand(g_options.makeCommand, nullptr, g_options.verbose)) {
+ if (!execCommand(g_options.makeCommand, nullptr, true)) {
if (!g_options.skipAddInstallRoot) {
// we need to run make INSTALL_ROOT=path install to install the application file(s) first
if (!execCommand(QStringLiteral("%1 INSTALL_ROOT=%2 install")