crosvm/tools
Dennis Kempin 85d5655160 test_runner: Refer to crates by their names, not paths
When looking up crate options from test_options.py we used their
path relative to the crosvm root (e.g. common/p9). But when looking
up options for binaries, the name is parsed from cargo output and
just the crate name (e.g. p9). Fix this by just using the crate
name.

BUG=b:195126527
TEST=./tools/run_tests

Change-Id: I09a3469daa071dc66295d777449dc101a6564162
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3248127
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2021-10-27 19:53:06 +00:00
..
impl test_runner: Refer to crates by their names, not paths 2021-10-27 19:53:06 +00:00
aarch64vm
clippy Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
dev_container
fmt Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
install-aarch64-deps
install-armhf-deps
install-deps
presubmit
run_tests
set_test_target
x86vm