1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-03 04:34:21 -05:00

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.
This commit is contained in:
Joe Wilm 2017-01-23 08:06:09 -08:00 committed by Joe Wilm
parent 2ffdc8d9ca
commit b23ed6ed4c

View file

@ -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