aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-03-06 16:20:54 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-05-14 12:46:03 -0400
commit06188731168bc73e9835f68f0490e5590947db0c (patch)
tree6760306381c00119c55e44419397ccf3218e57c3 /tools/testing/selftests/rcutorture
parentab7d45053f99f44f81a221eb5c9fbe253ee94524 (diff)
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')
-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 \
276 -v ncpus=$cpus \ 276 -v ncpus=$cpus \
277 -v rd=$resdir/$ds/ \ 277 -v rd=$resdir/$ds/ \
278 -v dur=$dur \ 278 -v dur=$dur \
279 -v TORTURE_QEMU_ARG=$TORTURE_QEMU_ARG \ 279 -v TORTURE_QEMU_ARG="$TORTURE_QEMU_ARG" \
280 -v TORTURE_BOOTARGS=$TORTURE_BOOTARGS \ 280 -v TORTURE_BOOTARGS="$TORTURE_BOOTARGS" \
281'BEGIN { 281'BEGIN {
282 i = 0; 282 i = 0;
283} 283}