diff options
| author | flip1995 <hello@philkrones.com> | 2018-09-30 12:59:15 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-09-30 12:59:15 +0200 |
| commit | 14335f372bc1a46f1ae7cb6bf54f652d949a6652 (patch) | |
| tree | 98dc1766424ea34ef2db50fc3e095493a4c0a13a | |
| parent | 5f9af5f69c81367e32deae49e5c200826bab0954 (diff) | |
| download | rust-14335f372bc1a46f1ae7cb6bf54f652d949a6652.tar.gz rust-14335f372bc1a46f1ae7cb6bf54f652d949a6652.zip | |
Disable dogfood until rust-lang-nursery/rustup.rs#1499 is merged
| -rw-r--r-- | tests/dogfood.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dogfood.rs b/tests/dogfood.rs index 2ff4274a1a9..ff7452c7c10 100644 --- a/tests/dogfood.rs +++ b/tests/dogfood.rs @@ -1,6 +1,6 @@ #[test] fn dogfood() { - if option_env!("RUSTC_TEST_SUITE").is_some() { + if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) { return; } let root_dir = std::env::current_dir().unwrap(); |
