scripts: dev_cli: Pass unit and integration test args to cargo test
In order, among other things, to use the development CLI to run specific integration tests. For example, to run only the memory_overhead integration test: ./scripts/dev_cli.sh tests --integration -- memory_overhead Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
bc053f1b13
commit
705f27151d
3 changed files with 6 additions and 6 deletions
|
|
@ -10,5 +10,5 @@ popd
|
|||
sudo adduser $USER kvm
|
||||
newgrp kvm << EOF || exit 1
|
||||
export RUST_BACKTRACE=1
|
||||
cargo test --workspace || exit 1;
|
||||
cargo test --workspace "$@" || exit 1;
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue