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.
2 parents 740d83b + 0caffba commit 85dfda9Copy full SHA for 85dfda9
test/lit.cfg
@@ -1106,4 +1106,4 @@ if platform.system() == 'Linux':
1106
config.available_features.add("LinuxDistribution=" + distributor + '-' + release)
1107
lit_config.note('Running tests on %s-%s' % (distributor, release))
1108
1109
-lit_config.note("Available features: " + ", ".join(config.available_features))
+lit_config.note("Available features: " + ", ".join(sorted(config.available_features)))
0 commit comments