summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-09-29 11:36:11 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-09-30 23:47:07 +0200
commit9f70f6a3bfd1de4cc50be87ceabbee0fee61ecd2 (patch)
tree5b795fc5d15c5ecfb76ef210a146bb5fb0fd6143 /tests
parentde63236698f5f30bdbb08d7cfbfc381f64e573b7 (diff)
tst_lupdate: Print message where the sub-tests are running
Removing the not particularly useful "Checking..." message, and print instead the working directory for lupdate. Change-Id: Iddd0107783152dba183908f88d4854e79bd9ec7e Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/linguist/lupdate/tst_lupdate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/tst_lupdate.cpp b/tests/auto/linguist/lupdate/tst_lupdate.cpp
index 41457969f..b7787fc22 100644
--- a/tests/auto/linguist/lupdate/tst_lupdate.cpp
+++ b/tests/auto/linguist/lupdate/tst_lupdate.cpp
@@ -236,7 +236,7 @@ void tst_lupdate::good()
QString dir = m_basePath + "good/" + directory;
- qDebug() << "Checking...";
+ qDebug() << "Running test in" << dir;
QString workDir = dir;
QStringList generatedtsfiles(QLatin1String("project.ts"));