Lines Matching full:run
21 run=""
62 -b|--bp \"list\" choose the benchmark problems to run
64 -r|--run <name> run the tests in the script <name>
67 -d|--dry-run show (but do not run) the commands for the tests
77 $this_file --run petsc-bpsraw.sh
78 $this_file --run petsc-bps.sh
155 -r|--run)
156 run=on
158 [ $# -gt 0 ] || { echo "Missing <name> in --run <name>"; $exit_cmd 1; }
176 -d|--dry-run)
220 ( ## Run each backend in its own environment
239 ### Run the tests (building and running $test_file)
241 [ -n "$run" ] && {
319 } ## run is on