Make tests more robust

This commit is contained in:
sharkdp 2018-09-12 20:32:49 +02:00
parent 84ac92efbb
commit a05494e9d9
1 changed files with 2 additions and 0 deletions

View File

@ -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" }),