Searched refs:oldrun (Results 1 – 2 of 2) sorted by relevance
77 touch "$oldrun/remote-log"79 echo | tee -a "$oldrun/remote-log"83 rm -f "$oldrun"/*/buildonly94 oldrun="$1"95 if ! echo $oldrun | grep -q '^/'97 oldrun="`pwd`/$oldrun"100 touch "$oldrun/remote-log"111 oldrun="$RCUTORTURE/res/$ds"113 echo | tee -a "$oldrun/remote-log"116 echo | tee -a "$oldrun/remote-log"[all …]
24 oldrun=$126 if ! test -d "$oldrun"31 if ! cp "$oldrun/scenarios" $T/scenarios.oldrun38 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`"177 if ! $arg_link "$oldrun" "$rundir"179 echo "Cannot copy from $oldrun to $rundir."185 echo $oldrun > "$rundir/re-run"[all …]