torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARG
This commit makes the torture scripts a bit more RCU-independent. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
58f724f741
commit
d1b1e5170c
@ -136,7 +136,7 @@ do
|
|||||||
;;
|
;;
|
||||||
--qemu-args)
|
--qemu-args)
|
||||||
checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
|
checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
|
||||||
RCU_QEMU_ARG="$2"
|
TORTURE_QEMU_ARG="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--qemu-cmd)
|
--qemu-cmd)
|
||||||
@ -274,7 +274,7 @@ awk < $T/cfgcpu.pack \
|
|||||||
-v ncpus=$cpus \
|
-v ncpus=$cpus \
|
||||||
-v rd=$resdir/$ds/ \
|
-v rd=$resdir/$ds/ \
|
||||||
-v dur=$dur \
|
-v dur=$dur \
|
||||||
-v RCU_QEMU_ARG=$RCU_QEMU_ARG \
|
-v TORTURE_QEMU_ARG=$TORTURE_QEMU_ARG \
|
||||||
-v TORTURE_BOOTARGS=$TORTURE_BOOTARGS \
|
-v TORTURE_BOOTARGS=$TORTURE_BOOTARGS \
|
||||||
'BEGIN {
|
'BEGIN {
|
||||||
i = 0;
|
i = 0;
|
||||||
@ -312,7 +312,7 @@ function dump(first, pastlast)
|
|||||||
print "touch " builddir ".wait";
|
print "touch " builddir ".wait";
|
||||||
print "mkdir " builddir " > /dev/null 2>&1 || :";
|
print "mkdir " builddir " > /dev/null 2>&1 || :";
|
||||||
print "mkdir " rd cfr[jn] " || :";
|
print "mkdir " rd cfr[jn] " || :";
|
||||||
print "kvm-test-1-run.sh " CONFIGDIR cf[j], builddir, rd cfr[jn], dur " \"" RCU_QEMU_ARG "\" \"" TORTURE_BOOTARGS "\" > " rd cfr[jn] "/kvm-test-1-run.sh.out 2>&1 &"
|
print "kvm-test-1-run.sh " CONFIGDIR cf[j], builddir, rd cfr[jn], dur " \"" TORTURE_QEMU_ARG "\" \"" TORTURE_BOOTARGS "\" > " rd cfr[jn] "/kvm-test-1-run.sh.out 2>&1 &"
|
||||||
print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date`";
|
print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date`";
|
||||||
print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` >> " rd "/log";
|
print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` >> " rd "/log";
|
||||||
print "while test -f " builddir ".wait"
|
print "while test -f " builddir ".wait"
|
||||||
|
Loading…
Reference in New Issue
Block a user