validate:launcher: try to bne more explicit about where to add known failure

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3979>
This commit is contained in:
Thibault Saunier 2023-02-15 22:05:53 -03:00 committed by GStreamer Marge Bot
parent c637d90be9
commit 1146548c3d

View 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: