Home
last modified time | relevance | path

Searched refs:oldrun (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh76 oldrun="`grep -m 1 "^Results directory: " $T/kvm.sh.out | awk '{ print $3 }'`"
77 touch "$oldrun/remote-log"
78 echo $scriptname $args >> "$oldrun/remote-log"
79 echo | tee -a "$oldrun/remote-log"
80 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
81 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
83 rm -f "$oldrun"/*/buildonly
84 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
89 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
[all …]
H A Dkvm-again.sh24 oldrun=$1
26 if ! test -d "$oldrun"
31 if ! cp "$oldrun/scenarios" $T/scenarios.oldrun
34 echo Prior run batches file does not exist: $oldrun/batches
38 if test -f "$oldrun/torture_suite"
40 torture_suite="`cat $oldrun/torture_suite`"
41 elif test -f "$oldrun/TORTURE_SUITE"
43 torture_suite="`cat $oldrun/TORTURE_SUITE`"
45 echo "Prior run torture_suite file does not exist: $oldrun/{torture_suite,TORTURE_SUITE}"
66 echo "Usage: $scriptname $oldrun [ arguments ]:"
[all …]