From 1146548c3d372eb954482b5a6150bc091f6ebf39 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 15 Feb 2023 22:05:53 -0300 Subject: [PATCH] validate:launcher: try to bne more explicit about where to add known failure Part-of: --- subprojects/gst-devtools/validate/launcher/baseclasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-devtools/validate/launcher/baseclasses.py b/subprojects/gst-devtools/validate/launcher/baseclasses.py index d5d8054aed..59034dab5b 100644 --- a/subprojects/gst-devtools/validate/launcher/baseclasses.py +++ b/subprojects/gst-devtools/validate/launcher/baseclasses.py @@ -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: