mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
scripts: Wire --test-exclude through test harness
Add --test-exclude to process_common_args in test-util.sh and forward it to the performance-metrics binary from run_metrics.sh. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
0e7b2d68fc
commit
07479536ab
@@ -122,6 +122,10 @@ process_common_args() {
|
||||
shift
|
||||
test_filter="$1"
|
||||
;;
|
||||
"--test-exclude")
|
||||
shift
|
||||
test_exclude="$1"
|
||||
;;
|
||||
"--build-guest-kernel")
|
||||
build_kernel=true
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user