Searched refs:runfile (Results 1 – 6 of 6) sorted by relevance
45 runfile=$OPTARG46 [[ -f $runfile ]] || fail "Cannot read file: $runfile"52 [[ -z $runfile ]] && runfile=$(find_runfile)53 [[ -z $runfile ]] && fail "Couldn't determine distro"55 $runner -c $runfile
49 runfile=$OPTARG50 [[ -f $runfile ]] || fail "Cannot read file: $runfile"56 [[ -z $runfile ]] && runfile=$(find_runfile)57 [[ -z $runfile ]] && fail "Couldn't determine distro"59 $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
99 runfile=$OPTARG100 [[ -f $runfile ]] || fail "Cannot read file: $runfile"126 [[ -z $runfile ]] && runfile=$(find_runfile)127 [[ -z $runfile ]] && fail "Couldn't determine distro"134 $runner $quiet -c $runfile
66 runfile. The format of the runfile is explained in run(1), and the files that68 specify a custom runfile, use the -c option:
524 if not len(config.read(options.runfile)):525 fail("Coulnd't read config file %s" % options.runfile)807 if not options.runfile and not options.template:810 if options.runfile and len(pathnames):