|
@@ -75,7 +75,7 @@ usage () {
|
|
while test $# -gt 0
|
|
while test $# -gt 0
|
|
do
|
|
do
|
|
case "$1" in
|
|
case "$1" in
|
|
- --bootargs)
|
|
|
|
|
|
+ --bootargs|--bootarg)
|
|
checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
|
|
checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
|
|
TORTURE_BOOTARGS="$2"
|
|
TORTURE_BOOTARGS="$2"
|
|
shift
|
|
shift
|
|
@@ -88,7 +88,7 @@ do
|
|
--buildonly)
|
|
--buildonly)
|
|
TORTURE_BUILDONLY=1
|
|
TORTURE_BUILDONLY=1
|
|
;;
|
|
;;
|
|
- --configs)
|
|
|
|
|
|
+ --configs|--config)
|
|
checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
|
|
checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
|
|
configs="$2"
|
|
configs="$2"
|
|
shift
|
|
shift
|
|
@@ -134,7 +134,7 @@ do
|
|
--no-initrd)
|
|
--no-initrd)
|
|
TORTURE_INITRD=""; export TORTURE_INITRD
|
|
TORTURE_INITRD=""; export TORTURE_INITRD
|
|
;;
|
|
;;
|
|
- --qemu-args)
|
|
|
|
|
|
+ --qemu-args|--qemu-arg)
|
|
checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
|
|
checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
|
|
TORTURE_QEMU_ARG="$2"
|
|
TORTURE_QEMU_ARG="$2"
|
|
shift
|
|
shift
|