summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-19 07:28:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-02-20 16:07:51 -0500
commitfab5c812f31627ea5d57d5710cd3ccbd73244a2b (patch)
tree42049a28f3368e68a8ba4f885530a6fd82ac3b61 /Cargo.toml
parentc824d095a7ed2f028520f3a0e7df4ed536cf2bc1 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02e9724a..0fefcfab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]