Searched refs:dryrun (Results 1 – 5 of 5) sorted by relevance
54 dryrun=103 --dryrun)104 dryrun=1215 if test -n "$dryrun"
26 dryrun=""156 --dryrun)157 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'158 dryrun=$2278 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr…624 if test "$dryrun" = script628 elif test "$dryrun" = sched640 elif test "$dryrun" = batches644 elif test "$dryrun" = scenarios
84 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1102 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
94 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),251 if (opts.output || opts.dryrun) in print_args()308 if (!opts.dryrun && opts.output) { in objtool_run()330 if (!opts.dryrun && file->elf->changed && elf_write(file->elf)) in objtool_run()
32 bool dryrun; member
Completed in 7 milliseconds