Searched refs:oldrun (Results 1 – 2 of 2) sorted by relevance
77 oldrun="`grep -m 1 "^Results directory: " $T/kvm.sh.out | awk '{ print $3 }'`"78 touch "$oldrun/remote-log"79 echo $scriptname $args >> "$oldrun/remote-log"80 echo | tee -a "$oldrun/remote-log"81 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"84 rm -f "$oldrun"/*/buildonly85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&189 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"[all …]
25 oldrun=$127 if ! test -d "$oldrun"32 if ! cp "$oldrun/scenarios" $T/scenarios.oldrun35 echo Prior run batches file does not exist: $oldrun/batches39 if test -f "$oldrun/torture_suite"41 torture_suite="`cat $oldrun/torture_suite`"42 elif test -f "$oldrun/TORTURE_SUITE"44 torture_suite="`cat $oldrun/TORTURE_SUITE`"46 echo "Prior run torture_suite file does not exist: $oldrun/{torture_suite,TORTURE_SUITE}"63 echo "Usage: $scriptname $oldrun [ arguments ]:"[all …]