Lines Matching +full:line +full:- +full:orders
2 # SPDX-License-Identifier: GPL-2.0+
5 # unconditionally does three-minute runs on each scenario in CFLIST,
9 # might grow some command-line arguments.
11 # Usage: kvm-check-branches.sh commit1 commit2..commit3 commit4 ...
14 # specification of commits is needed, please use "git rev-list" to
19 # This script creates a yyyy.mm.dd-hh.mm.ss-group entry in the "res"
21 # moves them under the yyyy.mm.dd-hh.mm.ss-group entry, each in its own
24 # reduces the disk space required by about two orders of magnitude for
39 curcommit="`git status | head -1 | awk '{ print $NF }'`"
44 ds="`date +%Y.%m.%d-%H.%M.%S`-group"
45 if ! test -e $resdir
57 # Each pass through this loop does one command-line argument.
60 echo ' --- git branch ' $gitbr
63 for i in `git rev-list "$gitbr"`
66 idir=`awk -v ntry="$ntry" 'END { printf "%04d", ntry; }' < /dev/null`
67 echo ' --- commit ' $i from branch $gitbr
74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
76 …kvm.sh --allcpus --duration 3 --trust-make --datestamp "$ds/$idir" > $resdir/$ds/$idir/kvm.sh.out …
80 if test "$ret" -ne 0
86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
95 if test $nfail -ne 0