diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index ee5892617529..3e0cfa33a2bc 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs @@ -458,6 +458,9 @@ impl Step for HostCompiletest { }); } else { for test in HOST_COMPILETESTS { + if test.mode == "pretty" { + continue; + } run.builder.ensure(HostCompiletest { compiler, target: run.target,