Do not run pretty tests by default.
This commit is contained in:
parent
6270257f4e
commit
a88a09c716
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue