Skip to content

Commit 59fa60e

Browse files
authored
Do not test TSC in bootstrap (#3569)
This seems like a leftover from the integrated TSC days. TSC has its own CI these days, so this shouldn't be necessary anymore.
1 parent 065536e commit 59fa60e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,6 @@ def test(args):
327327
for arg in args.filter:
328328
cmd.extend(["--filter", arg])
329329

330-
# Test TSC.
331-
call_swiftpm(args, cmd, args.tsc_source_dir)
332-
333330
# Test SwiftPM.
334331
call_swiftpm(args, cmd)
335332

0 commit comments

Comments
 (0)