Don't set RUST_BACKTRACE for tests

It is slow but it can be useful and can be set/unset explicitly before
running tests if needed. There is no backtrace by default anyway.
This commit is contained in:
mcarton 2016-12-02 20:33:37 +01:00
parent 8e1f6dce40
commit 42fb11f887
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ fn run_mode(dir: &'static str, mode: &'static str) {
fn prepare_env() {
set_var("CLIPPY_DISABLE_WIKI_LINKS", "true");
set_var("RUST_BACKTRACE", "0"); // these are riddicously slow right now
}
#[test]