https://bugs.kde.org/show_bug.cgi?id=384724

--- Comment #1 from RJVB <rjvber...@gmail.com> ---
A new spammy bit which doesn't print anything understandable or of interest,
introduced by #11bc71c1 :

diff --git a/plugins/cmake/cmakeutils.cpp b/plugins/cmake/cmakeutils.cpp
index
9d6b6318d37281b7ec45673adfc9ce2ab322e202..5b9bd5fabe743b89252706ecb50abce0cb2aa350
100644
--- a/plugins/cmake/cmakeutils.cpp
+++ b/plugins/cmake/cmakeutils.cpp
@@ -716,6 +716,10 @@ QVector<Test> importTestSuites(const Path &buildDir)
                 continue;
             }
             Test &test = tests.last();
+            qWarning() << "ARGS";
+            for (auto arg : entry.arguments) {
+                qWarning() << arg.value;
+            }
             for (int i = 2; i < entry.arguments.count(); i += 2)
                 test.properties[entry.arguments[i].value] = entry.arguments[i
+ 1].value;
         }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to