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 d3a2e71 + efef5f1 commit b5f9eecCopy full SHA for b5f9eec
lit.cfg
@@ -163,7 +163,9 @@ if os.path.exists(swift_benchmarks_path):
163
config.available_features.add("have-swift-benchmarks")
164
config.substitutions.append( ('%{swift_benchmarks_path}', swift_benchmarks_path) )
165
lit_config.note('testing using swift benchmarks at path: {}'.format(swift_benchmarks_path))
166
-
+else:
167
+ lit_config.note('Failed to find swift benchmarks, skipping related tests.')
168
+
169
# Find the tools we need.
170
171
swift_path = lit_config.params.get(
0 commit comments