From 9413ec01a7254c93dd2c31c736c13af42cb3ca55 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 26 Sep 2017 20:03:01 -0700 Subject: [PATCH] Don't backtrace failures on windows --- library/stdarch/.appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/library/stdarch/.appveyor.yml b/library/stdarch/.appveyor.yml index bd02240ad106..db316d20e96f 100644 --- a/library/stdarch/.appveyor.yml +++ b/library/stdarch/.appveyor.yml @@ -20,5 +20,4 @@ build: false test_script: - cargo test --target %TARGET% - - set RUST_BACKTRACE=1 - cargo test --target %TARGET% --release