mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
torture: Permit multi-word qemu and boot arguments
This commit applies quotes to permit multi-word --qemu-args and --bootargs arguments. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
ab7d45053f
commit
0618873116
@ -276,8 +276,8 @@ awk < $T/cfgcpu.pack \
|
||||
-v ncpus=$cpus \
|
||||
-v rd=$resdir/$ds/ \
|
||||
-v dur=$dur \
|
||||
-v TORTURE_QEMU_ARG=$TORTURE_QEMU_ARG \
|
||||
-v TORTURE_BOOTARGS=$TORTURE_BOOTARGS \
|
||||
-v TORTURE_QEMU_ARG="$TORTURE_QEMU_ARG" \
|
||||
-v TORTURE_BOOTARGS="$TORTURE_BOOTARGS" \
|
||||
'BEGIN {
|
||||
i = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user