Skip to content

Commit ac8e0dd

Browse files
committed
Try turning off parallel so we can see what crashed
1 parent a3b578f commit ac8e0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/bootstrap

+2-2
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ def test(args):
456456
cmd = [
457457
os.path.join(args.bin_dir, "swift-test")
458458
]
459-
if args.parallel:
460-
cmd.append("--parallel")
459+
#if args.parallel:
460+
# cmd.append("--parallel")
461461
for arg in args.filter:
462462
cmd.extend(["--filter", arg])
463463

0 commit comments

Comments
 (0)