diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-05-17 09:47:25 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-05-17 16:03:59 +0200 |
| commit | 0356a61948915acab010316f523f734f3f34a37a (patch) | |
| tree | 48552f9e7aa3130b508e275e930a86c875c0ab4e | |
| parent | ceed8eb89cc50660e68ff2d4f15365698bd9104f (diff) | |
| download | rust-0356a61948915acab010316f523f734f3f34a37a.tar.gz rust-0356a61948915acab010316f523f734f3f34a37a.zip | |
Fix selftests
| -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 e5824010ef2..00b30a00b03 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -1461,6 +1461,7 @@ mod __test { rustc_args: vec![], fail_fast: true, doc_tests: DocTests::No, + bless: false, }; let build = Build::new(config); |
