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 cde0862 + 4b03188 commit d7e22feCopy full SHA for d7e22fe
test/lit.cfg
@@ -1282,7 +1282,9 @@ config.substitutions.append(
1282
config.substitutions.append(('%utils', config.swift_utils))
1283
config.substitutions.append(('%line-directive', '%r %s' % (sys.executable, config.line_directive)))
1284
config.substitutions.append(('%gyb', '%r %s' % (sys.executable, config.gyb)))
1285
-config.substitutions.append(('%round-trip-syntax-test', config.round_trip_syntax_test))
+config.substitutions.append(('%round-trip-syntax-test',
1286
+ '%r %s' % (sys.executable,
1287
+ config.round_trip_syntax_test)))
1288
config.substitutions.append(('%rth', config.rth))
1289
config.substitutions.append(('%scale-test',
1290
'{} --swiftc-binary={} --tmpdir=%t'.format(
0 commit comments