From 86e90aa34643222701d7e9fc49e594c90f79218e Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Fri, 22 May 2020 12:58:50 +0300 Subject: 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 --- src/tools/androidtestrunner/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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") -- cgit v1.2.3