diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2018-05-28 19:44:33 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2018-05-30 14:35:43 -0300 |
| commit | b970feedc272f324a27103b39d5d0b67646d10f0 (patch) | |
| tree | 0734cef294638c3e1338ae135d921e8e33af9916 /src/bootstrap/builder.rs | |
| parent | 9df0a41321b8dd3fc48da9b34b3f79b0c37051b7 (diff) | |
| download | rust-b970feedc272f324a27103b39d5d0b67646d10f0.tar.gz rust-b970feedc272f324a27103b39d5d0b67646d10f0.zip | |
Add compare-mode to x.py
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index f84ddf8a17d..e987d3fa4fa 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -1457,6 +1457,7 @@ mod __test { fail_fast: true, doc_tests: DocTests::No, bless: false, + compare_mode: None, }; let build = Build::new(config); |
