summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-24 14:56:00 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-25 15:03:53 -0500
commit0e6e9417f1b16bde7ad4db009611f3923f1412e5 (patch)
tree03393ddae33b033bf9b79a4c3e86a76746cabd5b /tests
parentfded2a5fe1273ccef1d0ee36e00e052fca247d44 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/feature.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/feature.rs b/tests/feature.rs
index ce5459c2..e2786854 100644
--- a/tests/feature.rs
+++ b/tests/feature.rs
@@ -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"));