mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 12:18:49 +01:00
Make tests more robust
This commit is contained in:
parent
84ac92efbb
commit
a05494e9d9
@ -43,6 +43,8 @@ impl BatTester {
|
||||
.current_dir(self.temp_dir.path())
|
||||
.args(&[
|
||||
"sample.rs",
|
||||
"--paging=never",
|
||||
"--color=never",
|
||||
"--decorations=always",
|
||||
"--terminal-width=80",
|
||||
&format!("--wrap={}", if wrap { "character" } else { "never" }),
|
||||
|
Loading…
Reference in New Issue
Block a user