• Paul E. McKenney's avatar
    torture: Don't redirect qemu-cmd comment lines · 8220a118
    Paul E. McKenney authored
    
    
    Currently, kvm-test-1-run-qemu.sh applies redirection to each and every
    line of each qemu-cmd script.  Only the first line (the only one that
    is not a bash comment) needs to be redirected.  Although redirecting
    the comments is currently harmless, just adding to the comment, it is
    an accident waiting to happen.  This commit therefore adjusts the "sed"
    command to redirect only the qemu-system* command itself.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    8220a118
kvm-test-1-run-qemu.sh 4.75 KB