mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 16:38:06 +00:00
Make tests more robust
This commit is contained in:
parent
84ac92efbb
commit
a05494e9d9
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue