lkml.org 
[lkml]   [2014]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH tip/core/rcu 23/45] torture: Permit multi-word qemu and boot arguments
    Date
    From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

    This commit applies quotes to permit multi-word --qemu-args and
    --bootargs arguments.

    Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    ---
    tools/testing/selftests/rcutorture/bin/kvm.sh | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
    index 93a6c5a8517d..9b838c372698 100644
    --- a/tools/testing/selftests/rcutorture/bin/kvm.sh
    +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
    @@ -277,8 +277,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;
    }
    --
    1.8.1.5


    \
     
     \ /
      Last update: 2014-04-29 15:21    [W:4.181 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site