aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-03-06 13:20:54 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-05-14 09:46:03 -0700
commit06188731168bc73e9835f68f0490e5590947db0c (patch)
tree6760306381c00119c55e44419397ccf3218e57c3 /tools/testing/selftests/rcutorture/bin
parenttorture: Increase stutter-end intensity (diff)
downloadlinux-dev-06188731168bc73e9835f68f0490e5590947db0c.tar.xz
linux-dev-06188731168bc73e9835f68f0490e5590947db0c.zip
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>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin')
-rw-r--r--tools/testing/selftests/rcutorture/bin/kvm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
index 8547886ca629..37960d707d3e 100644
--- a/tools/testing/selftests/rcutorture/bin/kvm.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
@@ -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;
}