Home
last modified time | relevance | path

Searched refs:runfile (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/test/os-tests/cmd/
H A Dostest.ksh45 runfile=$OPTARG
46 [[ -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
/titanic_41/usr/src/test/util-tests/cmd/
H A Dutiltest.ksh49 runfile=$OPTARG
50 [[ -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
/titanic_41/usr/src/test/libc-tests/cmd/
H A Dlibctest.ksh51 runfile=$OPTARG
52 [[ -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
/titanic_41/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh99 runfile=$OPTARG
100 [[ -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
/titanic_41/usr/src/test/zfs-tests/doc/
H A DREADME66 runfile. The format of the runfile is explained in run(1), and the files that
68 specify a custom runfile, use the -c option:
/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py524 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):