crosvm/e2e_tests/run
Elie Kheirallah c2d0e8506b e2e_tests: Specify e2e_tests package for nextest run
currently running e2e_tests/run will run tests from root, and not
e2e_tests. This change specifies the package e2e_tests.

BUG=N/A
TEST=./tools/dev_container e2e_tests/run

Change-Id: I7a11d43045ab5809c9034b948c6a00db4b81ac84
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4416066
Auto-Submit: Elie Kheirallah <khei@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-04-11 23:53:01 +00:00

10 lines
400 B
Bash
Executable file

#!/bin/bash
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file
# We require the crosvm binary to build before running the integration tests.
# There is an RFC for cargo to allow for this kind of dependency:
# https://github.com/rust-lang/cargo/issues/9096
cargo build -p crosvm
cargo nextest run -p e2e_tests