We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0085eca commit 51fe940Copy full SHA for 51fe940
lldb/packages/Python/lldbsuite/test/dotest.py
@@ -1108,11 +1108,7 @@ def run_suite():
1108
checkDAPSupport()
1109
1110
skipped_categories_list = ", ".join(configuration.skip_categories)
1111
- print(
1112
- "Skipping the following test categories: {}".format(
1113
- configuration.skip_categories
1114
- )
1115
+ print(f"Skipping the following test categories: {skipped_categories_list}")
1116
1117
for testdir in configuration.testdirs:
1118
for dirpath, dirnames, filenames in os.walk(testdir):
0 commit comments