mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: Minor fix for blacklisted test output formatting
This commit is contained in:
parent
0b4bd7940a
commit
384686a7f7
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ def main():
|
|||
msg = "Currently 'hardcoded' blacklisted tests:\n"
|
||||
for name, bug in blacklisted:
|
||||
options.blacklisted_tests.append(name)
|
||||
msg += " + %s -- bug: %s\n" % (name, bug)
|
||||
msg += " + %s \n --> bug: %s\n\n" % (name, bug)
|
||||
|
||||
printc(msg, Colors.FAIL, True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue