On Wed, May 07, 2014 at 02:26:09PM -0700, j...@joshtriplett.org wrote: > On Mon, Apr 28, 2014 at 05:24:59PM -0700, Paul E. McKenney wrote: > > From: "Paul E. McKenney" <paul...@linux.vnet.ibm.com> > > > > This commit makes the torture scripts a bit more RCU-independent. > > > > Signed-off-by: Paul E. McKenney <paul...@linux.vnet.ibm.com> > > Bug below; with that fixed, > Reviewed-by: Josh Triplett <j...@joshtriplett.org> > > > --- a/tools/testing/selftests/rcutorture/bin/kvm.sh > > +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh > [...] > > @@ -378,7 +378,8 @@ then > > echo TORTURE_INITRD="$TORTURE_INITRD; export TORTURE_INITRD" > > echo TORTURE_KMAKE_ARG="$TORTURE_KMAKE_ARG; export TORTURE_KMAKE_ARG" > > echo RCU_QEMU_CMD="$RCU_QEMU_CMD; export RCU_QEMU_CMD" > > - echo RCU_QEMU_INTERACTIVE="$RCU_QEMU_INTERACTIVE; export > > RCU_QEMU_INTERACTIVE" > > + echo TORTURE_QEMU_INTERACTIVE="$TORTURE_QEMU_INTERACTIVE; > > + export TORTURE_QEMU_INTERACTIVE" > > Don't break this line in the middle of your quoted string.
Good point, will fix! Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/