mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
scripts: dev_cli: remove unused cargo variable
Variable cargo is unused, hence remove it. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
3945253619
commit
4625f3ca3a
@ -361,7 +361,6 @@ cmd_tests() {
|
|||||||
hypervisor="$1"
|
hypervisor="$1"
|
||||||
;;
|
;;
|
||||||
"--all") {
|
"--all") {
|
||||||
cargo=true
|
|
||||||
unit=true
|
unit=true
|
||||||
integration=true
|
integration=true
|
||||||
} ;;
|
} ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user