[lldb] Fix output for unconditionally decorated tests
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 11 Aug 2022 23:14:05 +0000 (16:14 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 11 Aug 2022 23:20:15 +0000 (16:20 -0700)
commitce075dfa190454f6f85920ad4ffe6928980868af
tree33102a10c166dc87733ec7ef77f4453580436fea
parent557e32e002edd2a5a9e728d96b098bffa33e34d0
[lldb] Fix output for unconditionally decorated tests

A missing call to `format` resulted in curly braces getting printed in
the reason a test was modified by a decorator. For example it would
print "{} unconditionally" instead of "skipping unconditionally" for
tests that were marked as such.
lldb/packages/Python/lldbsuite/test/decorators.py