Searched refs:runfile (Results 1 – 12 of 12) sorted by relevance
27 runfile=$STF_SUITE/runfiles/default.run35 runfile=$OPTARG55 if [[ ! -r "$runfile" && -r "$STF_SUITE/runfiles/$runfile" ]]57 runfile="$STF_SUITE/runfiles/$runfile"59 [[ -r $runfile ]] || { echo "$0 Cannot read file: $runfile"; exit 1; }61 $runner $quiet -c $runfile
37 runfile=$OPTARG38 [[ -f $runfile ]] || fail "Cannot read file: $runfile"44 [[ -z $runfile ]] && runfile=$(find_runfile)45 [[ -z $runfile ]] && fail "Couldn't determine distro"47 $runner -c $runfile
41 runfile=$OPTARG42 [[ -f $runfile ]] || fail "Cannot read file: $runfile"48 [[ -z $runfile ]] && runfile=$(find_runfile)49 [[ -z $runfile ]] && fail "Couldn't determine distro"51 $runner -c $runfile
40 runfile=$OPTARG41 [[ -f $runfile ]] || fail "Cannot read file: $runfile"47 [[ -z $runfile ]] && runfile=$(find_runfile)48 [[ -z $runfile ]] && fail "Couldn't determine distro"50 $runner -c $runfile
42 runfile=$OPTARG43 [[ -f $runfile ]] || fail "Cannot read file: $runfile"49 [[ -z $runfile ]] && runfile=$(find_runfile)50 [[ -z $runfile ]] && fail "Couldn't determine distro"52 $runner -c $runfile
51 runfile=$OPTARG52 [[ -f $runfile ]] || fail "Cannot read file: $runfile"58 [[ -z $runfile ]] && runfile=$(find_runfile)59 [[ -z $runfile ]] && fail "Couldn't determine distro"61 $runner -c $runfile
53 runfile=$OPTARG54 [[ -f $runfile ]] || fail "Cannot read file: $runfile"60 [[ -z $runfile ]] && runfile=$(find_runfile)61 [[ -z $runfile ]] && fail "Couldn't determine distro"63 $runner -c $runfile
169 runfile=$OPTARG170 [[ -f $runfile ]] || fail "Cannot read file: $runfile"172 runfiles=$runfile174 runfiles+=",$runfile"
68 runfile. The format of the runfile is explained in run(1), and the files that70 specify a custom runfile, use the -c option:
134 # hence they aren't included in the default runfile.