mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 10:08:36 +00:00
log: add message when a binary file is skipped
The way we do this is a little hokey but I believe it is correct. Fixes #2246
This commit is contained in:
parent
fded2a5fe1
commit
0e6e9417f1
6 changed files with 47 additions and 3 deletions
|
@ -425,7 +425,6 @@ rgtest!(f411_parallel_search_stats, |dir: Dir, mut cmd: TestCommand| {
|
|||
dir.create("sherlock_2", SHERLOCK);
|
||||
|
||||
let lines = cmd.arg("-j2").arg("--stats").arg("Sherlock").stdout();
|
||||
dbg!(&lines);
|
||||
assert!(lines.contains("4 matched lines"));
|
||||
assert!(lines.contains("2 files contained matches"));
|
||||
assert!(lines.contains("2 files searched"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue