aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
index fbe2dbff1e21..f6483609ebc2 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
@@ -75,7 +75,7 @@ usage () {
75while test $# -gt 0 75while test $# -gt 0
76do 76do
77 case "$1" in 77 case "$1" in
78 --bootargs) 78 --bootargs|--bootarg)
79 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--' 79 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
80 TORTURE_BOOTARGS="$2" 80 TORTURE_BOOTARGS="$2"
81 shift 81 shift
@@ -88,7 +88,7 @@ do
88 --buildonly) 88 --buildonly)
89 TORTURE_BUILDONLY=1 89 TORTURE_BUILDONLY=1
90 ;; 90 ;;
91 --configs) 91 --configs|--config)
92 checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--' 92 checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
93 configs="$2" 93 configs="$2"
94 shift 94 shift
@@ -134,7 +134,7 @@ do
134 --no-initrd) 134 --no-initrd)
135 TORTURE_INITRD=""; export TORTURE_INITRD 135 TORTURE_INITRD=""; export TORTURE_INITRD
136 ;; 136 ;;
137 --qemu-args) 137 --qemu-args|--qemu-arg)
138 checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error' 138 checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
139 TORTURE_QEMU_ARG="$2" 139 TORTURE_QEMU_ARG="$2"
140 shift 140 shift