commit | a88a09c7162b2a5011bb20b9b0c76d080207fe12 | [log] [tgz] |
---|---|---|
author | Mark Simulacrum <[email protected]> | Sun Jul 23 13:22:12 2017 |
committer | Mark Simulacrum <[email protected]> | Sun Jul 23 15:54:42 2017 |
tree | 407a4d24c0de968c472ea935f81bc21b5f152a79 | |
parent | 6270257f4ef6e65213631d6b5a2a85807b8b2364 [diff] |
Do not run pretty tests by default.
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index ee58926..3e0cfa3 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs
@@ -458,6 +458,9 @@ }); } else { for test in HOST_COMPILETESTS { + if test.mode == "pretty" { + continue; + } run.builder.ensure(HostCompiletest { compiler, target: run.target,