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

1
Cargo.lock generated
View File

@@ -406,6 +406,7 @@ dependencies = [
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]