Skip to content

Commit a88a09c

Browse files
Do not run pretty tests by default.
1 parent 6270257 commit a88a09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/check.rs

+3
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ impl Step for HostCompiletest {
458458
});
459459
} else {
460460
for test in HOST_COMPILETESTS {
461+
if test.mode == "pretty" {
462+
continue;
463+
}
461464
run.builder.ensure(HostCompiletest {
462465
compiler,
463466
target: run.target,

0 commit comments

Comments
 (0)