mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
c637d90be9
commit
1146548c3d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue