mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00: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())
|
.current_dir(self.temp_dir.path())
|
||||||
.args(&[
|
.args(&[
|
||||||
"sample.rs",
|
"sample.rs",
|
||||||
|
"--paging=never",
|
||||||
|
"--color=never",
|
||||||
"--decorations=always",
|
"--decorations=always",
|
||||||
"--terminal-width=80",
|
"--terminal-width=80",
|
||||||
&format!("--wrap={}", if wrap { "character" } else { "never" }),
|
&format!("--wrap={}", if wrap { "character" } else { "never" }),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user