diff options
Diffstat (limited to 'scripts/syscall_kvm_tests.sh')
-rwxr-xr-x | scripts/syscall_kvm_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/syscall_kvm_tests.sh b/scripts/syscall_kvm_tests.sh index de85daa5a..0e5d86727 100755 --- a/scripts/syscall_kvm_tests.sh +++ b/scripts/syscall_kvm_tests.sh @@ -16,6 +16,5 @@ source $(dirname $0)/common.sh -# TODO(b/112165693): "test --test_tag_filters=runsc_kvm" can be used -# when the "manual" tag will be removed for kvm tests. -test `bazel query "attr(tags, runsc_kvm, tests(//test/syscalls/...))"` +# Run all ptrace-variants of the system call tests. +test --test_tag_filters=runsc_kvm //test/syscalls/... |