mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Make tests more robust
This commit is contained in:
		| @@ -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" }), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user