validate:launcher: try to bne more explicit about where to add known failure
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 Feb 2023 01:05:53 +0000 (22:05 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 17 Feb 2023 12:29:32 +0000 (12:29 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3986>

subprojects/gst-devtools/validate/launcher/baseclasses.py

index d5d8054..59034da 100644 (file)
@@ -349,7 +349,7 @@ class Test(Loggable):
             info = ""
 
         info += "\n\n**You can mark the issues as 'known' by adding the " \
-            + " following lines to the list of known issues**\n" \
+            + f" following lines to the list of known issues of the testsuite called \"{self.classname.split('.')[0]}\"**\n" \
             + "\n\n``` python\n%s\n```" % (self.generate_expected_issues())
 
         if self.options.redirect_logs: