tests: add debugging output

The transient failures appear to be persisting and they are quite
difficult to debug. So include a full directory listing in the output of
every test failure.
This commit is contained in:
Andrew Gallant
2020-02-19 07:28:08 -05:00
parent c824d095a7
commit fab5c812f3
3 changed files with 29 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ features = ["suggestions"]
[dev-dependencies]
serde = "1.0.77"
serde_derive = "1.0.77"
walkdir = "2"
[features]
simd-accel = ["grep/simd-accel"]