aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-01-23 08:06:09 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-01-23 08:59:54 -0800
commitb23ed6ed4c53a6d010238643c443da6db3931a87 (patch)
tree015dbb5cd980207d4d68613e9f2c259e12f68a24 /Cargo.toml
parent2ffdc8d9cae7ab7afc6fd7e1ca87e2d1cd2ba025 (diff)
downloadalacritty-b23ed6ed4c53a6d010238643c443da6db3931a87.tar.gz
alacritty-b23ed6ed4c53a6d010238643c443da6db3931a87.zip
Capture test output by default
The `rustc-test` crate has this feature disabled by default causing all of the test `println!` output to be displayed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02b0e95f..4b0d75be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ git = "https://github.com/jwilm/glutin"
rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf"
[dev-dependencies]
-rustc-test = "0.1"
+rustc-test = { version = "0.1", features = ["capture"] }
[profile.release]
lto = true