mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
c9b41a4d15
1. .so files should (I believe) be in /pkg/lib according to https://fuchsia.googlesource.com/docs/+/master/namespaces.md#typical-directory-structure (None of the tests that load .so actually work currently, so it doesn't make anything better or worse to fix this.) 2. The test directory structure looks like: - /tmp/<guid>/pkg/... - /tmp/<guid>/tmp/... Previously /tmp/<guid>/pkg/ and /tmp/<guid>/tmp/ were being removed, but /tmp/<guid>/ wasn't so there was a bunch of empty directory garbage being left in /tmp. Clean up from the root instead. Bug: crashpad:196 Change-Id: I4e82198721f329d597e14a89da8bc77fcc8647c6 Reviewed-on: https://chromium-review.googlesource.com/880884 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>