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:
parent
2ffdc8d9ca
commit
b23ed6ed4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue